fix(flux): simplify ImageUpdateAutomation commit messages
All checks were successful
sync-to-forgejo / sync (push) Successful in 24s
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:
parent
41e835b701
commit
c950c372b7
2 changed files with 0 additions and 4 deletions
|
|
@ -98,8 +98,6 @@ spec:
|
|||
name: FluxCD Image Automation
|
||||
messageTemplate: |
|
||||
chore(gitops): update nxtgauge app images
|
||||
|
||||
Images updated: {{range .Changed.Images}}{{println .}}{{end}}
|
||||
push:
|
||||
branch: main
|
||||
update:
|
||||
|
|
|
|||
|
|
@ -523,8 +523,6 @@ spec:
|
|||
name: FluxCD Image Automation
|
||||
messageTemplate: |
|
||||
chore(gitops): update backend-rust images
|
||||
|
||||
Images updated: {{range .Changed.Images}}{{println .}}{{end}}
|
||||
push:
|
||||
branch: main
|
||||
update:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue