fix(flux): simplify ImageUpdateAutomation commit messages
All checks were successful
sync-to-forgejo / sync (push) Successful in 24s

- Remove complex template with .Changed.Images that was causing errors
- Use simple commit messages for ImageUpdateAutomation
- Keep ImageRepository and ImagePolicy configurations
This commit is contained in:
sync-test 2026-07-06 04:10:37 +05:30 committed by github-actions[bot]
parent 41e835b701
commit c950c372b7
2 changed files with 0 additions and 4 deletions

View file

@ -98,8 +98,6 @@ spec:
name: FluxCD Image Automation name: FluxCD Image Automation
messageTemplate: | messageTemplate: |
chore(gitops): update nxtgauge app images chore(gitops): update nxtgauge app images
Images updated: {{range .Changed.Images}}{{println .}}{{end}}
push: push:
branch: main branch: main
update: update:

View file

@ -523,8 +523,6 @@ spec:
name: FluxCD Image Automation name: FluxCD Image Automation
messageTemplate: | messageTemplate: |
chore(gitops): update backend-rust images chore(gitops): update backend-rust images
Images updated: {{range .Changed.Images}}{{println .}}{{end}}
push: push:
branch: main branch: main
update: update: