We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f732f commit dcaced3Copy full SHA for dcaced3
1 file changed
.github/workflows/cicd.yaml
@@ -42,6 +42,10 @@ jobs:
42
echo ${{ env.SHORT_SHA }}
43
pip install yq
44
yq -Yi 'image.tag = "${{ env.SHORT_SHA }}"' charts/python-app/values.yaml
45
+ - name: Commit modified helm values file
46
+ uses: EndBug/add-and-commit@v9
47
+ with:
48
+ message: 'Updated values.yaml with image tag ${{ env.SHORT_SHA }}'
49
- name: Install argocd CLI
50
shell: bash
51
run: |
0 commit comments