diff --git a/clusters/hlcl1/apps/ff/imageupdateautomation-dev.yaml b/clusters/hlcl1/apps/ff/imageupdateautomation-dev.yaml index cbfb5b0..9209389 100644 --- a/clusters/hlcl1/apps/ff/imageupdateautomation-dev.yaml +++ b/clusters/hlcl1/apps/ff/imageupdateautomation-dev.yaml @@ -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: diff --git a/clusters/hlcl1/apps/ff/imageupdateautomation-production.yaml b/clusters/hlcl1/apps/ff/imageupdateautomation-production.yaml index 708aefb..e706e9a 100644 --- a/clusters/hlcl1/apps/ff/imageupdateautomation-production.yaml +++ b/clusters/hlcl1/apps/ff/imageupdateautomation-production.yaml @@ -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: