diff --git a/clusters/hlcl1/apps/ff/imageupdateautomation-dev.yaml b/clusters/hlcl1/apps/ff/imageupdateautomation-dev.yaml index 9209389..99b2a8a 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 .Changed.Images}}{{println .}}{{end}}' + messageTemplate: 'chore: update ff dev image to {{range .Changed.Objects}}{{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 e706e9a..eba2c3c 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 .Changed.Images}}{{println .}}{{end}}' + messageTemplate: 'chore: update ff production image to {{range .Changed.Objects}}{{println .}}{{end}}' push: branch: main update: