Skip to content

Commit 0854d6c

Browse files
authored
WX-952 Fix Cromwell version update in Helm chart (#7014)
1 parent cb4d8fa commit 0854d6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/chart_update_on_merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ jobs:
7676
cd cromwhelm
7777
git checkout main
7878
ls -la
79-
sed -i "s/appVersion.*/appVersion: \"$CROMWELL_VERSION\"/" cromwell-helm/Chart.yaml
80-
sed -i "s/image: broadinstitute\/cromwell.*/image: broadinstitute\/cromwell:$CROMWELL_VERSION/" cromwell-helm/templates/cromwell.yaml
79+
sed -i "s|image: broadinstitute/cromwell:.*|image: broadinstitute/cromwell:$CROMWELL_VERSION|" terra-batch-libchart/values.yaml
80+
8181
git diff
8282
git config --global user.name "broadbot"
8383
git config --global user.email "broadbot@broadinstitute.org"

0 commit comments

Comments
 (0)