Skip to content

Commit 3b70b4c

Browse files
authored
Merge pull request #674 from bcgov/i5okie/update-workflow
Update subchart version in trust-over-ip-configurations repo
2 parents 4bc8e1b + 9f86f7c commit 3b70b4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/chart_release.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
cd trust-over-ip-configurations
6767
yq e -i '.appVersion = env(APP_VERSION)' services/vc-authn-oidc/charts/test/Chart.yaml
6868
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
6970
7071
- name: Update prod
7172
env:
@@ -75,6 +76,7 @@ jobs:
7576
cd trust-over-ip-configurations
7677
yq e -i '.appVersion = env(APP_VERSION)' services/vc-authn-oidc/charts/prod/Chart.yaml
7778
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
7880
7981
- name: Commit and Push to trust-over-ip-configurations Repo
8082
run: |

0 commit comments

Comments
 (0)