From 4de4630911703f0f4b2cc30dfc6e0575d7d6d599 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 21 Jan 2026 10:34:25 -0300 Subject: [PATCH] flux: fix image automation templates --- .../applications/bstein-dev-home/image-automation.yaml | 2 +- .../flux-system/platform/maintenance/image-automation.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/atlas/flux-system/applications/bstein-dev-home/image-automation.yaml b/clusters/atlas/flux-system/applications/bstein-dev-home/image-automation.yaml index 10d7913..8b2900c 100644 --- a/clusters/atlas/flux-system/applications/bstein-dev-home/image-automation.yaml +++ b/clusters/atlas/flux-system/applications/bstein-dev-home/image-automation.yaml @@ -18,7 +18,7 @@ spec: author: email: ops@bstein.dev name: flux-bot - messageTemplate: "chore(bstein-dev-home): update images to {{range .Updated.Images}}{{.}}{{end}}" + messageTemplate: "chore(bstein-dev-home): update images to {{range .Changed.Images}}{{.}}{{end}}" push: branch: feature/ariadne update: diff --git a/clusters/atlas/flux-system/platform/maintenance/image-automation.yaml b/clusters/atlas/flux-system/platform/maintenance/image-automation.yaml index 9f3214b..48e4c30 100644 --- a/clusters/atlas/flux-system/platform/maintenance/image-automation.yaml +++ b/clusters/atlas/flux-system/platform/maintenance/image-automation.yaml @@ -18,7 +18,7 @@ spec: author: email: ops@bstein.dev name: flux-bot - messageTemplate: "chore(maintenance): update images to {{range .Updated.Images}}{{.}}{{end}}" + messageTemplate: "chore(maintenance): update images to {{range .Changed.Images}}{{.}}{{end}}" push: branch: feature/ariadne update: