Skip to content

feat(container): update flux operator group#553

Open
mortyops[bot] wants to merge 1 commit intomainfrom
renovate/flux-operator
Open

feat(container): update flux operator group#553
mortyops[bot] wants to merge 1 commit intomainfrom
renovate/flux-operator

Conversation

@mortyops
Copy link
Contributor

@mortyops mortyops bot commented Feb 10, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/controlplaneio-fluxcd/charts/flux-instance (source) minor 0.40.00.43.0
ghcr.io/controlplaneio-fluxcd/charts/flux-operator (source) minor 0.40.00.43.0
ghcr.io/controlplaneio-fluxcd/flux-operator-manifests minor v0.40.0v0.43.0

Release Notes

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

v0.43.0

Compare Source

This version comes with support for Flux v2.8.1

What's Changed
New Contributors

Full Changelog: controlplaneio-fluxcd/flux-operator@v0.42.1...v0.43.0

v0.42.1

Compare Source

This version comes with support for Flux v2.8.0

What's Changed

Full Changelog: controlplaneio-fluxcd/flux-operator@v0.42.0...v0.42.1

v0.41.1

Compare Source

What's Changed

Full Changelog: controlplaneio-fluxcd/flux-operator@v0.41.0...v0.41.1

v0.41.0

Compare Source

What's Changed
New Contributors

Full Changelog: controlplaneio-fluxcd/flux-operator@v0.40.0...v0.41.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Renovate Bot.

@mortyops
Copy link
Contributor Author

mortyops bot commented Feb 10, 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

@@ -11,9 +11,9 @@

 spec:
   interval: 15m
   layerSelector:
     mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
     operation: copy
   ref:
-    tag: 0.40.0
+    tag: 0.43.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

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

       components:
       - source-controller
       - kustomize-controller
       - helm-controller
       - notification-controller
       distribution:
-        artifact: oci://ghcr.io/controlplaneio-fluxcd/flux-operator-manifests:v0.40.0
+        artifact: oci://ghcr.io/controlplaneio-fluxcd/flux-operator-manifests:v0.43.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

@@ -11,9 +11,9 @@

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

@mortyops
Copy link
Contributor Author

mortyops bot commented Feb 10, 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.40.0
+    artifact: oci://ghcr.io/controlplaneio-fluxcd/flux-operator-manifests:v0.43.0
   components:
   - source-controller
   - kustomize-controller
   - helm-controller
   - notification-controller
   cluster:
--- HelmRelease: flux-system/flux-operator ClusterRole: flux-system/flux-web-admin

+++ HelmRelease: flux-system/flux-operator ClusterRole: flux-system/flux-web-admin

@@ -28,7 +28,31 @@

   - '*'
   verbs:
   - patch
   - reconcile
   - suspend
   - resume
+  - download
+- apiGroups:
+  - apps
+  resources:
+  - deployments
+  - statefulsets
+  - daemonsets
+  verbs:
+  - patch
+  - restart
+- apiGroups:
+  - batch
+  resources:
+  - cronjobs
+  - jobs
+  verbs:
+  - create
+  - restart
+- apiGroups:
+  - ''
+  resources:
+  - pods
+  verbs:
+  - delete
 
--- 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.40.0
+        image: ghcr.io/controlplaneio-fluxcd/flux-operator:v0.43.0
         imagePullPolicy: IfNotPresent
         ports:
         - name: http-metrics
           containerPort: 8080
           protocol: TCP
         - name: http

@mortyops mortyops bot force-pushed the renovate/flux-operator branch from 4c853f7 to 17e954a Compare February 10, 2026 10:28
@mortyops mortyops bot changed the title feat(container): update image ghcr.io/controlplaneio-fluxcd/flux-operator-manifests ( v0.40.0 ➔ v0.41.0 ) feat(container): update flux operator group Feb 10, 2026
@mortyops mortyops bot force-pushed the renovate/flux-operator branch from 17e954a to 47fdd07 Compare February 11, 2026 22:14
@mortyops mortyops bot force-pushed the renovate/flux-operator branch 3 times, most recently from 16ad52c to 9b7c9ec Compare February 27, 2026 13:32
| datasource | package                                               | from    | to      |
| ---------- | ----------------------------------------------------- | ------- | ------- |
| docker     | ghcr.io/controlplaneio-fluxcd/charts/flux-instance    | 0.40.0  | 0.43.0  |
| docker     | ghcr.io/controlplaneio-fluxcd/charts/flux-operator    | 0.40.0  | 0.43.0  |
| docker     | ghcr.io/controlplaneio-fluxcd/flux-operator-manifests | v0.40.0 | v0.43.0 |
@mortyops mortyops bot force-pushed the renovate/flux-operator branch from 9b7c9ec to 684538a Compare February 27, 2026 14:22
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.

0 participants