We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4bc8e1b + 9f86f7c commit 3b70b4cCopy full SHA for 3b70b4c
.github/workflows/chart_release.yaml
@@ -66,6 +66,7 @@ jobs:
66
cd trust-over-ip-configurations
67
yq e -i '.appVersion = env(APP_VERSION)' services/vc-authn-oidc/charts/test/Chart.yaml
68
yq e -i '.version = env(CHART_VERSION)' services/vc-authn-oidc/charts/test/Chart.yaml
69
+ yq e -i '.dependencies[0].version = env(CHART_VERSION)' services/vc-authn-oidc/charts/test/Chart.yaml
70
71
- name: Update prod
72
env:
@@ -75,6 +76,7 @@ jobs:
75
76
77
yq e -i '.appVersion = env(APP_VERSION)' services/vc-authn-oidc/charts/prod/Chart.yaml
78
yq e -i '.version = env(CHART_VERSION)' services/vc-authn-oidc/charts/prod/Chart.yaml
79
+ yq e -i '.dependencies[0].version = env(CHART_VERSION)' services/vc-authn-oidc/charts/prod/Chart.yaml
80
81
- name: Commit and Push to trust-over-ip-configurations Repo
82
run: |
0 commit comments