Skip to content

Commit dcaced3

Browse files
committed
commit the changed values.yaml
1 parent 97f732f commit dcaced3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/cicd.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
echo ${{ env.SHORT_SHA }}
4343
pip install yq
4444
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 }}'
4549
- name: Install argocd CLI
4650
shell: bash
4751
run: |

0 commit comments

Comments
 (0)