Skip to content

Commit a5aafca

Browse files
authored
Merge pull request #219 from fluxcd/sample-v1beta1
Provide a sample of v1beta1 ImageUpdateAutomation
2 parents 55b55c6 + 1a77c05 commit a5aafca

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
apiVersion: image.toolkit.fluxcd.io/v1beta1
2+
kind: ImageUpdateAutomation
3+
metadata:
4+
name: imageupdateautomation-sample
5+
spec:
6+
interval: 5m
7+
sourceRef:
8+
kind: GitRepository # the only valid value, but good practice to be explicit here
9+
name: sample-repo
10+
git:
11+
checkout:
12+
ref:
13+
branch: main
14+
commit:
15+
author:
16+
name: fluxbot
17+
18+
messageTemplate: |
19+
An automated update from FluxBot
20+
21+
[ci skip]
22+
signingKey:
23+
secretRef:
24+
name: git-pgp
25+
push:
26+
branch: auto
27+
update:
28+
strategy: Setters
29+
path: ./cluster/sample

0 commit comments

Comments
 (0)