From a1c86eb95162f5b65fa58daf71ea0308a653ef96 Mon Sep 17 00:00:00 2001 From: Vsevolod Sauta Date: Sun, 20 Sep 2026 17:02:23 +0300 Subject: [PATCH] Fix ImageUpdateAutomation commit template for Flux v1 Changed.Changes. --- flux/image-automation.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flux/image-automation.yaml b/flux/image-automation.yaml index 3869616..e462dfa 100644 --- a/flux/image-automation.yaml +++ b/flux/image-automation.yaml @@ -50,7 +50,8 @@ spec: email: fluxcdbot@users.noreply.gitea.trinitysan.by name: fluxcdbot messageTemplate: | - chore(deploy): update cursor-devbox image to {{range .Changed.Images}}{{.}}{{end}} + chore(deploy): update cursor-devbox image + {{range .Changed.Changes}}{{print .OldValue}} -> {{println .NewValue}}{{end}} push: branch: master update: