Skip to content

Commit

Permalink
added quotes around github sha
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamrai1993 committed Jan 2, 2025
1 parent 5081175 commit 6983a5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-n-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
- name: Update Helm values.yaml
run: |
cd charts/elasti
yq -i '.elastiController.manager.image.tag=${{ github.sha }}' values.yaml
yq -i '.elastiResolver.proxy.image.tag=${{ github.sha }}' values.yaml
yq -i '.elastiController.manager.image.tag="${{ github.sha }}"' values.yaml
yq -i '.elastiResolver.proxy.image.tag="${{ github.sha }}"' values.yaml
git add values.yaml
git commit -m "Update Helm values.yaml"
git push

0 comments on commit 6983a5c

Please sign in to comment.