Updated docs to describe installation of all required flux components
This commit is contained in:
parent
af5c1cf010
commit
267e57d1fc
2 changed files with 16 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# when one shows up. Requires clusters/homelab/flux-system to have write
|
||||
# access to the Forgejo repo (flux bootstrap sets this up).
|
||||
|
||||
apiVersion: image.toolkit.fluxcd.io/v1beta2
|
||||
apiVersion: image.toolkit.fluxcd.io/v1
|
||||
kind: ImageRepository
|
||||
metadata:
|
||||
name: hello-app
|
||||
|
|
@ -15,7 +15,7 @@ spec:
|
|||
# secretRef:
|
||||
# name: forgejo-registry
|
||||
---
|
||||
apiVersion: image.toolkit.fluxcd.io/v1beta2
|
||||
apiVersion: image.toolkit.fluxcd.io/v1
|
||||
kind: ImagePolicy
|
||||
metadata:
|
||||
name: hello-app
|
||||
|
|
@ -30,7 +30,7 @@ spec:
|
|||
pattern: '^main-[a-f0-9]+-(?P<ts>\d+)$'
|
||||
extract: '$ts'
|
||||
---
|
||||
apiVersion: image.toolkit.fluxcd.io/v1beta1
|
||||
apiVersion: image.toolkit.fluxcd.io/v1
|
||||
kind: ImageUpdateAutomation
|
||||
metadata:
|
||||
name: hello-app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue