Skip to content

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

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/flux-operator
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/flux-operator

Conversation

@renovate

@renovate renovate Bot commented Sep 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/controlplaneio-fluxcd/charts/flux-instance (source) minor 0.59.00.60.0
ghcr.io/controlplaneio-fluxcd/charts/flux-operator (source) minor 0.59.00.60.0
ghcr.io/controlplaneio-fluxcd/charts/flux-operator-mcp (source) minor 0.59.00.60.0
ghcr.io/controlplaneio-fluxcd/flux-operator-manifests minor v0.59.0v0.60.0
ghcr.io/controlplaneio-fluxcd/flux-operator-mcp minor v0.59.0v0.60.0

Release Notes

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

v0.60.0

Compare Source

What's Changed
New Contributors

Full Changelog: controlplaneio-fluxcd/flux-operator@v0.59.0...v0.60.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.

@coderabbitai

coderabbitai Bot commented Sep 12, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: d14320c8-a96c-423e-abb2-98bfe61660a6

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

Copy link
Copy Markdown
--- kubernetes/apps/ai/flux-operator-mcp/app Kustomization: ai/flux-operator-mcp OCIRepository: ai/flux-operator-mcp

+++ kubernetes/apps/ai/flux-operator-mcp/app Kustomization: ai/flux-operator-mcp OCIRepository: ai/flux-operator-mcp

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

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

+++ kubernetes/apps/ai/flux-operator-mcp/app Kustomization: ai/flux-operator-mcp HelmRelease: ai/flux-operator-mcp

@@ -27,13 +27,13 @@

       retries: 2
     strategy:
       name: RemediateOnFailure
   values:
     image:
       repository: ghcr.io/controlplaneio-fluxcd/flux-operator-mcp
-      tag: v0.59.0
+      tag: v0.60.0
     networkPolicy:
       create: false
     podSecurityContext:
       fsGroup: 1337
     rbac:
       create: false
--- 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.59.0
+    tag: 0.60.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.59.0
+        artifact: oci://ghcr.io/controlplaneio-fluxcd/flux-operator-manifests:v0.60.0
       kustomize:
         patches:
         - patch: |
             - op: add
               path: /spec/template/spec/containers/0/args/-
               value: --concurrent=10
--- 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.59.0
+    tag: 0.60.0
   url: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-instance
 

@github-actions

github-actions Bot commented Sep 12, 2026

Copy link
Copy Markdown
--- HelmRelease: ai/flux-operator-mcp Deployment: ai/flux-operator-mcp

+++ HelmRelease: ai/flux-operator-mcp Deployment: ai/flux-operator-mcp

@@ -41,13 +41,13 @@

             drop:
             - ALL
           readOnlyRootFilesystem: true
           runAsNonRoot: true
           seccompProfile:
             type: RuntimeDefault
-        image: ghcr.io/controlplaneio-fluxcd/flux-operator-mcp:v0.59.0
+        image: ghcr.io/controlplaneio-fluxcd/flux-operator-mcp:v0.60.0
         imagePullPolicy: IfNotPresent
         ports:
         - name: http
           containerPort: 9090
           protocol: TCP
         livenessProbe:
--- 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.59.0
+    artifact: oci://ghcr.io/controlplaneio-fluxcd/flux-operator-manifests:v0.60.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.59.0
+        image: ghcr.io/controlplaneio-fluxcd/flux-operator:v0.60.0
         imagePullPolicy: IfNotPresent
         ports:
         - name: http-metrics
           containerPort: 8080
           protocol: TCP
         - name: http

@renovate
renovate Bot force-pushed the renovate/flux-operator branch from 6c603ac to 5d1506a Compare September 15, 2026 12:56
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