From ec9f6765c36be1b50f55489e46955808b92a6a63 Mon Sep 17 00:00:00 2001 From: Rick Gardner Date: Thu, 26 Feb 2026 11:04:36 -0500 Subject: [PATCH] Fixed deprecated use of .Updated by swapping to .Changed --- 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 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: