Files
Márcio Fernandes d7e2b6549c
Monitoring services CI/CD Pipeline / deploy (push) Successful in 18s
Deploy Casa services CI/CD Pipeline / deploy (push) Successful in 19s
add fluxcd
2026-05-29 21:15:42 +00:00
..
2026-05-29 21:15:42 +00:00
2026-05-29 21:15:42 +00:00

fluxcd-system

Setup

⚠️ Note Do not use helm upgrade --install for the Flux Operator.
Operators mutate their own resources, so Helm cannot reconcile them. Use helm upgrade or uninstall + install instead.

Install operator

helm install flux-operator oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator \
  --namespace flux-system \
  --create-namespace

Update operator and flux system

helm upgrade flux-operator oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator \
  --namespace flux-system \
  --create-namespace
  kubectl apply -f ./deploy/fluxsystem.yaml