Skip to content

Commit

Permalink
Merge pull request #219 from fluxcd/sample-v1beta1
Browse files Browse the repository at this point in the history
Provide a sample of v1beta1 ImageUpdateAutomation
  • Loading branch information
squaremo authored Sep 20, 2021
2 parents 55b55c6 + 1a77c05 commit a5aafca
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions config/samples/image_v1beta1_imageupdateautomation.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a5aafca

Please sign in to comment.