From 1753abe41d7a0a78a5d56abf7fcad221a173e2fa Mon Sep 17 00:00:00 2001 From: Rick Gardner Date: Thu, 26 Feb 2026 14:51:44 -0500 Subject: [PATCH] updating .Images to .Objects as that was switched with the .Changed update --- clusters/hlcl1/apps/ff/imageupdateautomation-dev.yaml | 2 +- clusters/hlcl1/apps/ff/imageupdateautomation-production.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: