Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clusters/hlcl1/apps/ff/imageupdateautomation-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
author:
email: fluxcdbot@users.noreply.github.com
name: fluxcdbot
messageTemplate: 'chore: update ff dev image to {{range .Updated.Images}}{{println .}}{{end}}'
messageTemplate: 'chore: update ff dev image to {{range .Changed.Images}}{{println .}}{{end}}'
push:
branch: dev
update:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
author:
email: fluxcdbot@users.noreply.github.com
name: fluxcdbot
messageTemplate: 'chore: update ff production image to {{range .Updated.Images}}{{println .}}{{end}}'
messageTemplate: 'chore: update ff production image to {{range .Changed.Images}}{{println .}}{{end}}'
push:
branch: main
update:
Expand Down
Loading