From 276577d00097901b61c26dcc3e84cd73a3d859eb Mon Sep 17 00:00:00 2001 From: sync-test Date: Mon, 6 Jul 2026 04:10:37 +0530 Subject: [PATCH] fix(flux): simplify ImageUpdateAutomation commit messages - Remove complex template with .Changed.Images that was causing errors - Use simple commit messages for ImageUpdateAutomation - Keep ImageRepository and ImagePolicy configurations --- .../production/flux-system/nxtgauge-apps-image-automation.yaml | 2 -- .../flux-system/nxtgauge-backend-rust-image-automation.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/clusters/production/flux-system/nxtgauge-apps-image-automation.yaml b/clusters/production/flux-system/nxtgauge-apps-image-automation.yaml index db0d00d..932d8d2 100644 --- a/clusters/production/flux-system/nxtgauge-apps-image-automation.yaml +++ b/clusters/production/flux-system/nxtgauge-apps-image-automation.yaml @@ -98,8 +98,6 @@ spec: name: FluxCD Image Automation messageTemplate: | chore(gitops): update nxtgauge app images - - Images updated: {{range .Changed.Images}}{{println .}}{{end}} push: branch: main update: diff --git a/clusters/production/flux-system/nxtgauge-backend-rust-image-automation.yaml b/clusters/production/flux-system/nxtgauge-backend-rust-image-automation.yaml index 31c263e..b294ff2 100644 --- a/clusters/production/flux-system/nxtgauge-backend-rust-image-automation.yaml +++ b/clusters/production/flux-system/nxtgauge-backend-rust-image-automation.yaml @@ -523,8 +523,6 @@ spec: name: FluxCD Image Automation messageTemplate: | chore(gitops): update backend-rust images - - Images updated: {{range .Changed.Images}}{{println .}}{{end}} push: branch: main update: