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: |