From 7cf5e7e39d76aa9bc2a5c440874a0e5ea5d5fa3a Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 21 Jan 2026 10:35:29 -0300 Subject: [PATCH] flux: simplify image automation messages --- .../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 8b2900c..f1d41be 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 .Changed.Images}}{{.}}{{end}}" + messageTemplate: "chore(bstein-dev-home): automated image update" 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 48e4c30..6e8f612 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 .Changed.Images}}{{.}}{{end}}" + messageTemplate: "chore(maintenance): automated image update" push: branch: feature/ariadne update: