Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change wds vers #4345

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ RUN helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx && \
helm repo add terra-helm https://terra-helm.storage.googleapis.com && \
helm repo update

COPY ./wds-0.71.1.tgz /leonardo
RUN tar -xzf /leonardo/wds-0.71.1.tgz -C /leonardo

# .Files helm helper can't access files outside a chart. Hence in order to populate cert file properly, we're
# pulling `terra-app-setup` locally and add cert files to the chart. As a result we need to pull all GKE
# charts locally as well so they can acess the local cert files during the helm install step, see https://helm.sh/docs/chart_template_guide/accessing_files/
Expand Down
4 changes: 2 additions & 2 deletions http/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,8 @@ azure {
environment = "dev"
environment-base = "live"
instrumentation-enabled = false
chart-name = "terra-helm/wds"
chart-version = "0.71.0"
chart-name = "leonardo/wds"
chart-version = "0.71.1"
release-name-suffix = "wds-rls"
namespace-name-suffix = "wds-ns"
ksa-name = "wds-ksa"
Expand Down
Binary file added wds-0.71.1.tgz
Binary file not shown.
Loading