Skip to content

Commit

Permalink
updates values.yaml in main
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlincecum committed Sep 5, 2023
1 parent 96d6633 commit 636ea59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cut-minor-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
- name: Update Chart.yaml version
run: yq eval -P -i ".appVersion=\"${{ env.VERSION }}\"" ./helm/Chart.yaml

- name: Update values.yaml version
run: yq eval -P -i ".goQuai.image.version=\"${{ env.VERSION }}\"" ./helm/values.yaml

- uses: stefanzweifel/git-auto-commit-action@v4
with:
Expand Down

0 comments on commit 636ea59

Please sign in to comment.