From adfe833d605f24ff9a974642813f7f40f12c753d Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Thu, 18 Dec 2025 01:10:57 -0300 Subject: [PATCH] chore: update image automation templates --- .../flux-system/applications/ci-demo/image-automation.yaml | 2 +- .../atlas/flux-system/applications/harbor/image-automation.yaml | 2 +- .../flux-system/applications/pegasus/image-automation.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/atlas/flux-system/applications/ci-demo/image-automation.yaml b/clusters/atlas/flux-system/applications/ci-demo/image-automation.yaml index b86869b..be65225 100644 --- a/clusters/atlas/flux-system/applications/ci-demo/image-automation.yaml +++ b/clusters/atlas/flux-system/applications/ci-demo/image-automation.yaml @@ -18,7 +18,7 @@ spec: author: email: ops@bstein.dev name: flux-bot - messageTemplate: "chore(ci-demo): update image to {{range .Updated.Images}}{{.}}{{end}}" + messageTemplate: "chore(ci-demo): update image to {{range .Changed.Images}}{{.}}{{end}}" push: branch: feature/ci-gitops update: diff --git a/clusters/atlas/flux-system/applications/harbor/image-automation.yaml b/clusters/atlas/flux-system/applications/harbor/image-automation.yaml index 0189a60..818d6f3 100644 --- a/clusters/atlas/flux-system/applications/harbor/image-automation.yaml +++ b/clusters/atlas/flux-system/applications/harbor/image-automation.yaml @@ -19,7 +19,7 @@ spec: author: email: ops@bstein.dev name: flux-bot - messageTemplate: "chore(harbor): update images to {{range .Updated.Images}}{{.}}{{end}}" + messageTemplate: "chore(harbor): update images to {{range .Changed.Images}}{{.}}{{end}}" push: branch: feature/ci-gitops update: diff --git a/clusters/atlas/flux-system/applications/pegasus/image-automation.yaml b/clusters/atlas/flux-system/applications/pegasus/image-automation.yaml index eca4a6c..df898b7 100644 --- a/clusters/atlas/flux-system/applications/pegasus/image-automation.yaml +++ b/clusters/atlas/flux-system/applications/pegasus/image-automation.yaml @@ -18,7 +18,7 @@ spec: author: email: ops@bstein.dev name: flux-bot - messageTemplate: "chore(pegasus): update image to {{range .Updated.Images}}{{.}}{{end}}" + messageTemplate: "chore(pegasus): update image to {{range .Changed.Images}}{{.}}{{end}}" push: branch: feature/ci-gitops update: