Skip to content

Commit

Permalink
Merge pull request #16 from flanksource/fix-image-tag
Browse files Browse the repository at this point in the history
fix: image tag in helm release
  • Loading branch information
Kaitou786 authored Mar 23, 2022
2 parents 37945ff + ea4f125 commit d3592cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Update app version
run: ./yq -i e '.appVersion = "${{ needs.semantic-release.outputs.release-version }}"' chart/Chart.yaml
- name: Update image tags
run: ./yq -i e '.image.tag = "${{ needs.semantic-release.outputs.release-version }}"' chart/values.yaml
run: ./yq -i e '.image.tag = "v${{ needs.semantic-release.outputs.release-version }}"' chart/values.yaml
- name: Set up Helm
uses: azure/setup-helm@v1
with:
Expand Down

0 comments on commit d3592cf

Please sign in to comment.