flux: fix image automation templates

This commit is contained in:
Brad Stein 2026-01-21 10:34:25 -03:00
parent 6a0872259b
commit d033d680a3
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: