diff --git a/clusters/atlas/flux-system/applications/ci-demo/image-automation.yaml b/clusters/atlas/flux-system/applications/ci-demo/image-automation.yaml index b86869b..be65225 100644 --- a/clusters/atlas/flux-system/applications/ci-demo/image-automation.yaml +++ b/clusters/atlas/flux-system/applications/ci-demo/image-automation.yaml @@ -18,7 +18,7 @@ spec: author: email: ops@bstein.dev name: flux-bot - messageTemplate: "chore(ci-demo): update image to {{range .Updated.Images}}{{.}}{{end}}" + messageTemplate: "chore(ci-demo): update image to {{range .Changed.Images}}{{.}}{{end}}" push: branch: feature/ci-gitops update: diff --git a/clusters/atlas/flux-system/applications/harbor/image-automation.yaml b/clusters/atlas/flux-system/applications/harbor/image-automation.yaml index 0189a60..818d6f3 100644 --- a/clusters/atlas/flux-system/applications/harbor/image-automation.yaml +++ b/clusters/atlas/flux-system/applications/harbor/image-automation.yaml @@ -19,7 +19,7 @@ spec: author: email: ops@bstein.dev name: flux-bot - messageTemplate: "chore(harbor): update images to {{range .Updated.Images}}{{.}}{{end}}" + messageTemplate: "chore(harbor): update images to {{range .Changed.Images}}{{.}}{{end}}" push: branch: feature/ci-gitops update: diff --git a/clusters/atlas/flux-system/applications/pegasus/image-automation.yaml b/clusters/atlas/flux-system/applications/pegasus/image-automation.yaml index eca4a6c..df898b7 100644 --- a/clusters/atlas/flux-system/applications/pegasus/image-automation.yaml +++ b/clusters/atlas/flux-system/applications/pegasus/image-automation.yaml @@ -18,7 +18,7 @@ spec: author: email: ops@bstein.dev name: flux-bot - messageTemplate: "chore(pegasus): update image to {{range .Updated.Images}}{{.}}{{end}}" + messageTemplate: "chore(pegasus): update image to {{range .Changed.Images}}{{.}}{{end}}" push: branch: feature/ci-gitops update: