flux: fix image automation templates

This commit is contained in:
Brad Stein 2026-01-21 10:34:25 -03:00
parent 6ac3b41b30
commit 4de4630911
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: