Skip to content

feat(container): update flux-operator group#262

Merged
wcygan merged 1 commit into
mainfrom
renovate/flux-operator
May 4, 2026
Merged

feat(container): update flux-operator group#262
wcygan merged 1 commit into
mainfrom
renovate/flux-operator

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 18, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/controlplaneio-fluxcd/charts/flux-instance (source) minor 0.46.00.48.0
ghcr.io/controlplaneio-fluxcd/charts/flux-operator (source) minor 0.46.00.48.0
ghcr.io/controlplaneio-fluxcd/flux-operator-manifests minor v0.46.0v0.48.0

Release Notes

controlplaneio-fluxcd/flux-operator (ghcr.io/controlplaneio-fluxcd/charts/flux-instance)

v0.48.0

Compare Source

What's Changed

New Contributors

Full Changelog: controlplaneio-fluxcd/flux-operator@v0.47.0...v0.48.0

v0.47.0

Compare Source

What's Changed

Full Changelog: controlplaneio-fluxcd/flux-operator@v0.46.0...v0.47.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekend"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 18, 2026

--- HelmRelease: flux-system/flux-instance FluxInstance: flux-system/flux

+++ HelmRelease: flux-system/flux-instance FluxInstance: flux-system/flux

@@ -9,13 +9,13 @@

     app.kubernetes.io/instance: flux-instance
     app.kubernetes.io/managed-by: Helm
 spec:
   distribution:
     version: 2.x
     registry: ghcr.io/fluxcd
-    artifact: oci://ghcr.io/controlplaneio-fluxcd/flux-operator-manifests:v0.46.0
+    artifact: oci://ghcr.io/controlplaneio-fluxcd/flux-operator-manifests:v0.48.0
   components:
   - source-controller
   - kustomize-controller
   - helm-controller
   - notification-controller
   cluster:
--- HelmRelease: flux-system/flux-operator Deployment: flux-system/flux-operator

+++ HelmRelease: flux-system/flux-operator Deployment: flux-system/flux-operator

@@ -44,13 +44,13 @@

             drop:
             - ALL
           readOnlyRootFilesystem: true
           runAsNonRoot: true
           seccompProfile:
             type: RuntimeDefault
-        image: ghcr.io/controlplaneio-fluxcd/flux-operator:v0.46.0
+        image: ghcr.io/controlplaneio-fluxcd/flux-operator:v0.48.0
         imagePullPolicy: IfNotPresent
         ports:
         - name: http-metrics
           containerPort: 8080
           protocol: TCP
         - name: http

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 18, 2026

--- kubernetes/apps/flux-system/flux-operator/app Kustomization: flux-system/flux-operator OCIRepository: flux-system/flux-operator

+++ kubernetes/apps/flux-system/flux-operator/app Kustomization: flux-system/flux-operator OCIRepository: flux-system/flux-operator

@@ -10,9 +10,9 @@

 spec:
   interval: 15m
   layerSelector:
     mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
     operation: copy
   ref:
-    tag: 0.46.0
+    tag: 0.48.0
   url: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator
 
--- kubernetes/apps/flux-system/flux-instance/app Kustomization: flux-system/flux-instance HelmRelease: flux-system/flux-instance

+++ kubernetes/apps/flux-system/flux-instance/app Kustomization: flux-system/flux-instance HelmRelease: flux-system/flux-instance

@@ -37,13 +37,13 @@

       components:
       - source-controller
       - kustomize-controller
       - helm-controller
       - notification-controller
       distribution:
-        artifact: oci://ghcr.io/controlplaneio-fluxcd/flux-operator-manifests:v0.46.0
+        artifact: oci://ghcr.io/controlplaneio-fluxcd/flux-operator-manifests:v0.48.0
         version: 2.x
       kustomize:
         patches:
         - patch: |
             - op: add
               path: /spec/template/spec/containers/0/args/-
--- kubernetes/apps/flux-system/flux-instance/app Kustomization: flux-system/flux-instance OCIRepository: flux-system/flux-instance

+++ kubernetes/apps/flux-system/flux-instance/app Kustomization: flux-system/flux-instance OCIRepository: flux-system/flux-instance

@@ -10,9 +10,9 @@

 spec:
   interval: 15m
   layerSelector:
     mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
     operation: copy
   ref:
-    tag: 0.46.0
+    tag: 0.48.0
   url: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-instance
 

@renovate renovate Bot force-pushed the renovate/flux-operator branch 2 times, most recently from 9af15ad to 5d13ab6 Compare April 21, 2026 14:41
@renovate renovate Bot force-pushed the renovate/flux-operator branch from 5d13ab6 to 8d92815 Compare April 29, 2026 16:40
@wcygan wcygan merged commit 24af3d5 into main May 4, 2026
4 of 6 checks passed
@wcygan wcygan deleted the renovate/flux-operator branch May 4, 2026 19:52
wcygan added a commit that referenced this pull request May 4, 2026
After the 2026-05-01 Talos v1.13.0 / Kubernetes v1.36.0 upgrade,
flux-operator entered a perma-crashloop: pod boots, FluxInstance
reconciles in 3s, then kubelet kills it ~60s later for /healthz
failing 3× at the inherited 1s timeout. Other Flux controllers on
the same node are healthy on default probes; only flux-operator's
cache-sync path trips the 1s ceiling here.

Bumping the chart group 0.46.0 → 0.48.0 (PR #262) did not fix it —
the v0.48.0 pod started crashlooping with the same signature within
2m of rollout. Override the probes in the HelmRelease values.
wcygan added a commit that referenced this pull request May 4, 2026
After the 2026-05-01 Talos v1.13.0 / Kubernetes v1.36.0 upgrade, the
chart's `flux-operator-web` NetworkPolicy started blocking kubelet
probes to port 8081 (/healthz, /readyz), sending flux-operator into a
1450+ restart CrashLoopBackOff. The policy only allows ingress to
ports 8080 (metrics) and 9080 (web UI) — port 8081 has no matching
allow rule. Pre-upgrade, Cilium's kubelet-probe path apparently
bypassed NP enforcement; post-upgrade it doesn't.

Tried bumping chart 0.46.0 → 0.48.0 (PR #262) and raising probe
timeoutSeconds 1s → 5s — neither fixed it because /healthz was
network-blocked, not slow. flux-system has no default-deny NP, so
disabling the chart's NP is safe; other Flux controllers don't ship
their own NP and have always been reachable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant