From 9435b9f65e8ffaf8b7d42d79ebf7f096251b0d50 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Thu, 18 Dec 2025 01:12:45 -0300 Subject: [PATCH] chore: simplify image automation commit messages --- .../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 be652256..dd3e85ef 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 .Changed.Images}}{{.}}{{end}}" + messageTemplate: "chore(ci-demo): apply image updates" 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 818d6f31..c1e867be 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 .Changed.Images}}{{.}}{{end}}" + messageTemplate: "chore(harbor): apply image updates" 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 df898b77..ec0494e5 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 .Changed.Images}}{{.}}{{end}}" + messageTemplate: "chore(pegasus): apply image updates" push: branch: feature/ci-gitops update: