Skip to content

fix(github-release): update release controlplaneio-fluxcd/distribution ( v2.6.0 → v2.6.1 ) #2597

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 3, 2025

Conversation

jarvis-plus-bot[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change OpenSSF
controlplaneio-fluxcd/distribution patch v2.6.0 -> v2.6.1 OpenSSF Scorecard

Release Notes

controlplaneio-fluxcd/distribution (controlplaneio-fluxcd/distribution)

v2.6.1: Flux v2.6.1

Compare Source

See the distribution release notes for more details.


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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Renovate Bot.

@jarvis-plus-bot
Copy link
Contributor Author

--- kubernetes/clusters/cluster-0/flux-system/flux-instance/app Kustomization: flux-system/flux-instance ResourceSet: flux-system/flux-instance

+++ kubernetes/clusters/cluster-0/flux-system/flux-instance/app Kustomization: flux-system/flux-instance ResourceSet: flux-system/flux-instance

@@ -70,8 +70,8 @@

         remediation:
           remediateLastFailure: true
           retries: 3
           strategy: rollback
       valuesFrom:
       - kind: ConfigMap
-        name: flux-instance-helm-values-4m7dm49d4d
+        name: flux-instance-helm-values-ct62ft99t2
 
--- kubernetes/clusters/cluster-0/flux-system/flux-instance/app Kustomization: flux-system/flux-instance ConfigMap: flux-system/flux-instance-helm-values-4m7dm49d4d

+++ kubernetes/clusters/cluster-0/flux-system/flux-instance/app Kustomization: flux-system/flux-instance ConfigMap: flux-system/flux-instance-helm-values-4m7dm49d4d

@@ -1,134 +0,0 @@

----
-apiVersion: v1
-data:
-  values.yaml: |
-    # Source: https://artifacthub.io/packages/helm/flux-instance/flux-instance
-    ---
-    instance:
-      distribution:
-        # renovate: datasource=github-releases depName=controlplaneio-fluxcd/distribution
-        version: v2.6.0
-      components:
-        - source-controller
-        - kustomize-controller
-        - helm-controller
-        - notification-controller
-      commonAnnotations:
-        fluxcd.controlplane.io/reconcile: "enabled"
-        fluxcd.controlplane.io/reconcileEvery: "1h"
-        fluxcd.controlplane.io/reconcileTimeout: "3m"
-      cluster:
-        multitenant: false
-        networkPolicy: false
-        domain: "cluster.local"
-      commonMetadata:
-        labels:
-          app.kubernetes.io/name: flux
-      # TODO: Use OCIRepository instead of GitRepository
-      sync:
-        kind: GitRepository
-        url: https://github.com/xunholy/k8s-gitops
-        ref: refs/heads/main
-        path: kubernetes/clusters/cluster-0
-        pullSecret: github-auth
-        provider: github
-      kustomize:
-        patches:
-          - patch: |
-              apiVersion: apps/v1
-              kind: Deployment
-              metadata:
-                name: all
-              spec:
-                template:
-                  metadata:
-                    annotations:
-                      cluster-autoscaler.kubernetes.io/safe-to-evict: "true"
-                  spec:
-                    containers:
-                      - name: manager
-                        imagePullPolicy: Always
-                        resources:
-                          limits:
-                            memory: 2Gi
-            target:
-              kind: Deployment
-          - patch: |
-              - op: add
-                path: /spec/template/spec/containers/0/args/-
-                value: --feature-gates=OOMWatch=true
-              - op: add
-                path: /spec/template/spec/containers/0/args/-
-                value: --concurrent=10
-              - op: add
-                path: /spec/template/spec/containers/0/args/-
-                value: --requeue-dependency=5s
-            target:
-              kind: Deployment
-              name: helm-controller
-          - patch: |
-              - op: replace
-                path: /spec/template/spec/volumes/0
-                value:
-                  name: temp
-                  emptyDir:
-                    medium: Memory
-              - op: add
-                path: /spec/template/spec/containers/0/args/-
-                value: --no-remote-bases=true
-              - op: add
-                path: /spec/template/spec/containers/0/args/-
-                value: --concurrent=10
-              - op: add
-                path: /spec/template/spec/containers/0/args/-
-                value: --requeue-dependency=5s
-            target:
-              kind: Deployment
-              name: kustomize-controller
-          - patch: |
-              - op: add
-                path: /spec/template/spec/containers/0/args/-
-                value: --concurrent=10
-              - op: add
-                path: /spec/template/spec/containers/0/args/-
-                value: --requeue-dependency=5s
-            target:
-              kind: Deployment
-              name: source-controller
-          - patch: |
-              apiVersion: kustomize.toolkit.fluxcd.io/v1
-              kind: Kustomization
-              metadata:
-                name: flux-system
-                namespace: flux-system
-              spec:
-                decryption:
-                  provider: sops
-                  secretRef:
-                    name: sops-gpg
-                postBuild:
-                  substitute: {}
-                  substituteFrom:
-                    - kind: ConfigMap
-                      name: cluster-config
-                    - kind: Secret
-                      name: cluster-secrets
-            target:
-              kind: Kustomization
-              name: flux-system
-          - patch: |
-              - op: remove
-                path: /spec/template/spec/containers/0/resources/limits/cpu
-            target:
-              kind: Deployment
-kind: ConfigMap
-metadata:
-  annotations:
-    kustomize.toolkit.fluxcd.io/substitute: disabled
-  labels:
-    app.kubernetes.io/name: flux-instance
-    kustomize.toolkit.fluxcd.io/name: flux-instance
-    kustomize.toolkit.fluxcd.io/namespace: flux-system
-  name: flux-instance-helm-values-4m7dm49d4d
-  namespace: flux-system
-
--- kubernetes/clusters/cluster-0/flux-system/flux-instance/app Kustomization: flux-system/flux-instance ConfigMap: flux-system/flux-instance-helm-values-ct62ft99t2

+++ kubernetes/clusters/cluster-0/flux-system/flux-instance/app Kustomization: flux-system/flux-instance ConfigMap: flux-system/flux-instance-helm-values-ct62ft99t2

@@ -0,0 +1,134 @@

+---
+apiVersion: v1
+data:
+  values.yaml: |
+    # Source: https://artifacthub.io/packages/helm/flux-instance/flux-instance
+    ---
+    instance:
+      distribution:
+        # renovate: datasource=github-releases depName=controlplaneio-fluxcd/distribution
+        version: v2.6.1
+      components:
+        - source-controller
+        - kustomize-controller
+        - helm-controller
+        - notification-controller
+      commonAnnotations:
+        fluxcd.controlplane.io/reconcile: "enabled"
+        fluxcd.controlplane.io/reconcileEvery: "1h"
+        fluxcd.controlplane.io/reconcileTimeout: "3m"
+      cluster:
+        multitenant: false
+        networkPolicy: false
+        domain: "cluster.local"
+      commonMetadata:
+        labels:
+          app.kubernetes.io/name: flux
+      # TODO: Use OCIRepository instead of GitRepository
+      sync:
+        kind: GitRepository
+        url: https://github.com/xunholy/k8s-gitops
+        ref: refs/heads/main
+        path: kubernetes/clusters/cluster-0
+        pullSecret: github-auth
+        provider: github
+      kustomize:
+        patches:
+          - patch: |
+              apiVersion: apps/v1
+              kind: Deployment
+              metadata:
+                name: all
+              spec:
+                template:
+                  metadata:
+                    annotations:
+                      cluster-autoscaler.kubernetes.io/safe-to-evict: "true"
+                  spec:
+                    containers:
+                      - name: manager
+                        imagePullPolicy: Always
+                        resources:
+                          limits:
+                            memory: 2Gi
+            target:
+              kind: Deployment
+          - patch: |
+              - op: add
+                path: /spec/template/spec/containers/0/args/-
+                value: --feature-gates=OOMWatch=true
+              - op: add
+                path: /spec/template/spec/containers/0/args/-
+                value: --concurrent=10
+              - op: add
+                path: /spec/template/spec/containers/0/args/-
+                value: --requeue-dependency=5s
+            target:
+              kind: Deployment
+              name: helm-controller
+          - patch: |
+              - op: replace
+                path: /spec/template/spec/volumes/0
+                value:
+                  name: temp
+                  emptyDir:
+                    medium: Memory
+              - op: add
+                path: /spec/template/spec/containers/0/args/-
+                value: --no-remote-bases=true
+              - op: add
+                path: /spec/template/spec/containers/0/args/-
+                value: --concurrent=10
+              - op: add
+                path: /spec/template/spec/containers/0/args/-
+                value: --requeue-dependency=5s
+            target:
+              kind: Deployment
+              name: kustomize-controller
+          - patch: |
+              - op: add
+                path: /spec/template/spec/containers/0/args/-
+                value: --concurrent=10
+              - op: add
+                path: /spec/template/spec/containers/0/args/-
+                value: --requeue-dependency=5s
+            target:
+              kind: Deployment
+              name: source-controller
+          - patch: |
+              apiVersion: kustomize.toolkit.fluxcd.io/v1
+              kind: Kustomization
+              metadata:
+                name: flux-system
+                namespace: flux-system
+              spec:
+                decryption:
+                  provider: sops
+                  secretRef:
+                    name: sops-gpg
+                postBuild:
+                  substitute: {}
+                  substituteFrom:
+                    - kind: ConfigMap
+                      name: cluster-config
+                    - kind: Secret
+                      name: cluster-secrets
+            target:
+              kind: Kustomization
+              name: flux-system
+          - patch: |
+              - op: remove
+                path: /spec/template/spec/containers/0/resources/limits/cpu
+            target:
+              kind: Deployment
+kind: ConfigMap
+metadata:
+  annotations:
+    kustomize.toolkit.fluxcd.io/substitute: disabled
+  labels:
+    app.kubernetes.io/name: flux-instance
+    kustomize.toolkit.fluxcd.io/name: flux-instance
+    kustomize.toolkit.fluxcd.io/namespace: flux-system
+  name: flux-instance-helm-values-ct62ft99t2
+  namespace: flux-system
+

@jarvis-plus-bot jarvis-plus-bot bot force-pushed the renovate/controlplaneio-fluxcd-distribution-2.x branch 4 times, most recently from c0c2437 to f83ac2e Compare June 3, 2025 13:14
@jarvis-plus-bot jarvis-plus-bot bot force-pushed the renovate/controlplaneio-fluxcd-distribution-2.x branch from f83ac2e to 2a79099 Compare June 3, 2025 22:04
@xunholy xunholy merged commit 3f9f6ac into main Jun 3, 2025
3 of 5 checks passed
@xunholy xunholy deleted the renovate/controlplaneio-fluxcd-distribution-2.x branch June 3, 2025 23:05
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