diff --git a/clusters/atlas/flux-system/applications/pegasus/image-automation.yaml b/clusters/atlas/flux-system/applications/pegasus/image-automation.yaml index 27c50b8..36feabd 100644 --- a/clusters/atlas/flux-system/applications/pegasus/image-automation.yaml +++ b/clusters/atlas/flux-system/applications/pegasus/image-automation.yaml @@ -1,5 +1,5 @@ # clusters/atlas/flux-system/applications/pegasus/image-automation.yaml -apiVersion: image.toolkit.fluxcd.io/v1beta1 +apiVersion: image.toolkit.fluxcd.io/v1beta2 kind: ImageUpdateAutomation metadata: name: pegasus @@ -9,12 +9,18 @@ spec: sourceRef: kind: GitRepository name: flux-system + namespace: flux-system git: + checkout: + ref: + branch: feature/ci-gitops commit: author: email: ops@bstein.dev name: flux-bot messageTemplate: "chore(pegasus): update image to {{range .Updated.Images}}{{.}}{{end}}" + push: + branch: feature/ci-gitops update: strategy: Setters - path: ./services/pegasus + path: services/pegasus