Skip to content

Commit

Permalink
Enable Flux Operator self-upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <[email protected]>
  • Loading branch information
stefanprodan committed Dec 5, 2024
1 parent e76ec27 commit 22fe134
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions kubernetes/infra/controllers/flux-operator.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: OCIRepository
metadata:
name: flux-operator
namespace: flux-system
spec:
interval: 10m
url: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator
ref:
semver: '*'
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: flux-operator
namespace: flux-system
spec:
interval: 10m
releaseName: flux-operator
chartRef:
kind: OCIRepository
name: flux-operator
install:
crds: CreateReplace
upgrade:
crds: CreateReplace

0 comments on commit 22fe134

Please sign in to comment.