Skip to content

Commit

Permalink
Fix: replacing tags of busybox and alpine (#370)
Browse files Browse the repository at this point in the history
- fixes issue #369

Signed-off-by: Anoop Gopalakrishnan <agopalakrishnan@guidewire.com>
Co-authored-by: Lin Ling <lling@guidewire.com>
  • Loading branch information
anoop2811 and gw-lling committed Jul 26, 2023
1 parent b69b78a commit 1dfb4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
image_tag=${{ steps.get_version.outputs.VERSION }}
chart_version=${{ steps.get_version.outputs.VERSION }}
sed -i "s/latest/${image_tag}/g" $HELM_CHART/values.yaml
sed -i "s/tag: latest/tag: ${image_tag}/g" $HELM_CHART/values.yaml
chart_semver=${chart_version#"v"}
sed -i "s/0.1.0/$chart_semver/g" $HELM_CHART/Chart.yaml
- uses: jnwng/github-app-installation-token-action@v2
Expand Down

0 comments on commit 1dfb4a3

Please sign in to comment.