flux: simplify image automation messages

This commit is contained in:
Brad Stein 2026-01-21 10:35:29 -03:00
parent 4de4630911
commit 7cf5e7e39d
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ spec:
author: author:
email: ops@bstein.dev email: ops@bstein.dev
name: flux-bot name: flux-bot
messageTemplate: "chore(bstein-dev-home): update images to {{range .Changed.Images}}{{.}}{{end}}" messageTemplate: "chore(bstein-dev-home): automated image update"
push: push:
branch: feature/ariadne branch: feature/ariadne
update: update:

View File

@ -18,7 +18,7 @@ spec:
author: author:
email: ops@bstein.dev email: ops@bstein.dev
name: flux-bot name: flux-bot
messageTemplate: "chore(maintenance): update images to {{range .Changed.Images}}{{.}}{{end}}" messageTemplate: "chore(maintenance): automated image update"
push: push:
branch: feature/ariadne branch: feature/ariadne
update: update: