Skip to content

Commit 67c1414

Browse files
committed
fix(ci): commit helm changes
Signed-off-by: Fatih Acar <[email protected]>
1 parent 1454f2c commit 67c1414

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/update-compose-file-and-chart.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,15 @@ jobs:
4949
run: "poetry run invoke dev.update-docker-compose"
5050
- name: "Update AppVersion in helm/chart.yaml file"
5151
run: "poetry run invoke dev.update-helm-chart"
52-
- name: Commit docker-compose.yml
52+
- name: Commit docker-compose.yml and helm
5353
uses: github-actions-x/[email protected]
5454
with:
5555
github-token: ${{ secrets.GH_INFRAHUB_BOT_TOKEN }}
5656
push-branch: 'stable'
57-
commit-message: 'chore: update docker-compose'
57+
commit-message: 'chore: update docker-compose and helm chart'
5858
files: |
5959
docker-compose.yml
60+
helm/Chart.yaml
6061
name: opsmill-bot
6162
6263
rebase: true

0 commit comments

Comments
 (0)