From 9f86f7c779ec11a14fda8b6d52e9a50b544cb0d1 Mon Sep 17 00:00:00 2001 From: Ivan P <2119240+i5okie@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:57:53 -0700 Subject: [PATCH] Update subchart version in trust-over-ip-configurations repo Signed-off-by: Ivan P <2119240+i5okie@users.noreply.github.com> --- .github/workflows/chart_release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/chart_release.yaml b/.github/workflows/chart_release.yaml index c964a71b..30aec428 100644 --- a/.github/workflows/chart_release.yaml +++ b/.github/workflows/chart_release.yaml @@ -66,6 +66,7 @@ jobs: cd trust-over-ip-configurations yq e -i '.appVersion = env(APP_VERSION)' services/vc-authn-oidc/charts/test/Chart.yaml yq e -i '.version = env(CHART_VERSION)' services/vc-authn-oidc/charts/test/Chart.yaml + yq e -i '.dependencies[0].version = env(CHART_VERSION)' services/vc-authn-oidc/charts/test/Chart.yaml - name: Update prod env: @@ -75,6 +76,7 @@ jobs: cd trust-over-ip-configurations yq e -i '.appVersion = env(APP_VERSION)' services/vc-authn-oidc/charts/prod/Chart.yaml yq e -i '.version = env(CHART_VERSION)' services/vc-authn-oidc/charts/prod/Chart.yaml + yq e -i '.dependencies[0].version = env(CHART_VERSION)' services/vc-authn-oidc/charts/prod/Chart.yaml - name: Commit and Push to trust-over-ip-configurations Repo run: |