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

update custom chart #4607

Draft
wants to merge 4 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
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ RUN helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx && \
# 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/
# Helm does not seem to support the direct installation of a chart located in OCI so let's pull it to a local directory for now.
COPY ./workflows-app-0.221.0.tgz /leonardo
RUN tar -xzf /leonardo/workflows-app-0.221.0.tgz -C /leonardo
RUN cd /leonardo && \
helm repo update && \
helm pull terra-app-setup-charts/terra-app-setup --version $TERRA_APP_SETUP_VERSION --untar && \
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 @@ -341,8 +341,8 @@ azure {

workflows-app-config {
instrumentation-enabled = false
chart-name = "terra-helm/workflows-app"
chart-version = "0.215.0"
chart-name = "/leonardo/workflows-app"
chart-version = "0.221.0"
release-name-suffix = "wfa-rls"
namespace-name-suffix = "wfa-ns"
ksa-name = "wfa-ksa"
Expand Down
Binary file added workflows-app-0.220.0.tgz
Binary file not shown.
Binary file added workflows-app-0.221.0.tgz
Binary file not shown.
Loading