From 1a77c05bbb3413e4fdd979663c2a837d3e6460cd Mon Sep 17 00:00:00 2001 From: Michael Bridgen Date: Thu, 16 Sep 2021 17:38:55 +0100 Subject: [PATCH] Provide a sample of v1beta1 ImageUpdateAutomation Signed-off-by: Michael Bridgen --- .../image_v1beta1_imageupdateautomation.yaml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 config/samples/image_v1beta1_imageupdateautomation.yaml diff --git a/config/samples/image_v1beta1_imageupdateautomation.yaml b/config/samples/image_v1beta1_imageupdateautomation.yaml new file mode 100644 index 00000000..ec3776da --- /dev/null +++ b/config/samples/image_v1beta1_imageupdateautomation.yaml @@ -0,0 +1,29 @@ +apiVersion: image.toolkit.fluxcd.io/v1beta1 +kind: ImageUpdateAutomation +metadata: + name: imageupdateautomation-sample +spec: + interval: 5m + sourceRef: + kind: GitRepository # the only valid value, but good practice to be explicit here + name: sample-repo + git: + checkout: + ref: + branch: main + commit: + author: + name: fluxbot + email: fluxbot@example.com + messageTemplate: | + An automated update from FluxBot + + [ci skip] + signingKey: + secretRef: + name: git-pgp + push: + branch: auto + update: + strategy: Setters + path: ./cluster/sample