We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b69b78a commit 1dfb4a3Copy full SHA for 1dfb4a3
.github/workflows/chart.yml
@@ -25,7 +25,7 @@ jobs:
25
run: |
26
image_tag=${{ steps.get_version.outputs.VERSION }}
27
chart_version=${{ steps.get_version.outputs.VERSION }}
28
- sed -i "s/latest/${image_tag}/g" $HELM_CHART/values.yaml
+ sed -i "s/tag: latest/tag: ${image_tag}/g" $HELM_CHART/values.yaml
29
chart_semver=${chart_version#"v"}
30
sed -i "s/0.1.0/$chart_semver/g" $HELM_CHART/Chart.yaml
31
- uses: jnwng/github-app-installation-token-action@v2
0 commit comments