chore(deps): update dependency controlplaneio-fluxcd/distribution to v2.8.7 #88

Open
siron-bot wants to merge 1 commit from renovate/controlplaneio-fluxcd-distribution-2.x into main
Member

This PR contains the following updates:

Package Update Change
controlplaneio-fluxcd/distribution patch 2.8.62.8.7

Release Notes

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

v2.8.7: Flux v2.8.7

Compare Source

See the distribution release notes for more details.


Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • 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.

🔕 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 Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [controlplaneio-fluxcd/distribution](https://github.com/controlplaneio-fluxcd/distribution) | patch | `2.8.6` → `2.8.7` | --- ### Release Notes <details> <summary>controlplaneio-fluxcd/distribution (controlplaneio-fluxcd/distribution)</summary> ### [`v2.8.7`](https://github.com/controlplaneio-fluxcd/distribution/releases/tag/v2.8.7): Flux v2.8.7 [Compare Source](https://github.com/controlplaneio-fluxcd/distribution/compare/v2.8.6...v2.8.7) See the distribution [release notes](https://github.com/controlplaneio-fluxcd/distribution/blob/main/releases/release-v2.8.md) for more details. </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Berlin) - 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzAuMTIiLCJ1cGRhdGVkSW5WZXIiOiI0My4xNzAuMTIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbInJlbm92YXRlL2dpdGh1Yi1yZWxlYXNlIiwidHlwZS9wYXRjaCJdfQ==-->
chore(deps): update dependency controlplaneio-fluxcd/distribution to v2.8.7
All checks were successful
Flux Local / Flux Local - Filter (pull_request) Successful in 2s
Flux Local / Flux Local - Diff helmrelease (pull_request) Successful in 14s
Flux Local / Flux Local - Diff kustomization (pull_request) Successful in 12s
Flux Local / Flux Local - Test (pull_request) Successful in 2m24s
18d6ee575d
Author
Member
--- HelmRelease: flux-system/flux-instance FluxInstance: flux-system/flux

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

@@ -7,13 +7,13 @@

   labels:
     app.kubernetes.io/name: flux-instance
     app.kubernetes.io/instance: flux-instance
     app.kubernetes.io/managed-by: Helm
 spec:
   distribution:
-    version: 2.8.6
+    version: 2.8.7
     registry: ghcr.io/fluxcd
     artifact: oci://ghcr.io/controlplaneio-fluxcd/flux-operator-manifests:latest
   components:
   - source-controller
   - kustomize-controller
   - helm-controller
<!-- sticky-comment: 88/kubernetes/helmrelease --> ```diff --- HelmRelease: flux-system/flux-instance FluxInstance: flux-system/flux +++ HelmRelease: flux-system/flux-instance FluxInstance: flux-system/flux @@ -7,13 +7,13 @@ labels: app.kubernetes.io/name: flux-instance app.kubernetes.io/instance: flux-instance app.kubernetes.io/managed-by: Helm spec: distribution: - version: 2.8.6 + version: 2.8.7 registry: ghcr.io/fluxcd artifact: oci://ghcr.io/controlplaneio-fluxcd/flux-operator-manifests:latest components: - source-controller - kustomize-controller - helm-controller ```
Author
Member
--- k8s/base/flux-system/flux-instance/app Kustomization: flux-system/flux-instance HelmRelease: flux-system/flux-instance

+++ k8s/base/flux-system/flux-instance/app Kustomization: flux-system/flux-instance HelmRelease: flux-system/flux-instance

@@ -28,8 +28,8 @@

     remediation:
       retries: -1
     strategy:
       name: RemediateOnFailure
   valuesFrom:
   - kind: ConfigMap
-    name: flux-instance-values-ftbfdtt54b
+    name: flux-instance-values-4f8hd824m9
 
--- k8s/base/flux-system/flux-instance/app Kustomization: flux-system/flux-instance ConfigMap: flux-system/flux-instance-values-ftbfdtt54b

+++ k8s/base/flux-system/flux-instance/app Kustomization: flux-system/flux-instance ConfigMap: flux-system/flux-instance-values-ftbfdtt54b

@@ -1,119 +0,0 @@

----
-apiVersion: v1
-data:
-  values.yaml: |
-    ---
-    instance:
-      distribution:
-        # renovate: datasource=github-releases depName=controlplaneio-fluxcd/distribution
-        version: 2.8.6
-      cluster:
-        networkPolicy: false
-      components:
-        - source-controller
-        - kustomize-controller
-        - helm-controller
-        - notification-controller
-      sync:
-        kind: GitRepository
-        # url: https://github.com/sironheart/home-cluster
-        url: http://forgejo-http.forgejo.svc.cluster.local:3000/sironheart/home-cluster.git
-        ref: refs/heads/main
-        path: k8s/flux/cluster
-        interval: 1h
-      commonMetadata:
-        labels:
-          app.kubernetes.io/name: flux
-      kustomize:
-        patches:
-          - # Increase the number of workers
-            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: (kustomize-controller|helm-controller|source-controller)
-          - # Decrease the memory limits and unset cpu limit
-            patch: |
-              apiVersion: apps/v1
-              kind: Deployment
-              metadata:
-                name: all
-              spec:
-                template:
-                  spec:
-                    containers:
-                      - name: manager
-                        resources:
-                          requests:
-                            cpu: 10m
-                            memory: 512Mi
-                          limits:
-                            cpu: ~
-                            memory: 512Mi
-            target:
-              kind: Deployment
-              name: (kustomize-controller|helm-controller|source-controller|notification-controller)
-          - # Enable in-memory kustomize builds
-            patch: |
-              - op: add
-                path: /spec/template/spec/containers/0/args/-
-                value: --concurrent=20
-              - op: replace
-                path: /spec/template/spec/volumes/0
-                value:
-                  name: temp
-                  emptyDir:
-                    medium: Memory
-            target:
-              kind: Deployment
-              name: kustomize-controller
-          - # Enable Helm repositories caching
-            patch: |
-              - op: add
-                path: /spec/template/spec/containers/0/args/-
-                value: --helm-cache-max-size=10
-              - op: add
-                path: /spec/template/spec/containers/0/args/-
-                value: --helm-cache-ttl=60m
-              - op: add
-                path: /spec/template/spec/containers/0/args/-
-                value: --helm-cache-purge-interval=5m
-            target:
-              kind: Deployment
-              name: source-controller
-          - # Flux near OOM detection for Helm
-            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: --oom-watch-memory-threshold=95
-              - op: add
-                path: /spec/template/spec/containers/0/args/-
-                value: --oom-watch-interval=500ms
-            target:
-              kind: Deployment
-              name: helm-controller
-          - # Disable chart digest tracking
-            patch: |
-              - op: add
-                path: /spec/template/spec/containers/0/args/-
-                value: --feature-gates=DisableChartDigestTracking=true
-            target:
-              kind: Deployment
-              name: helm-controller
-kind: ConfigMap
-metadata:
-  labels:
-    app.kubernetes.io/name: flux-instance
-    kustomize.toolkit.fluxcd.io/name: flux-instance
-    kustomize.toolkit.fluxcd.io/namespace: flux-system
-  name: flux-instance-values-ftbfdtt54b
-  namespace: flux-system
-
--- k8s/base/flux-system/flux-instance/app Kustomization: flux-system/flux-instance ConfigMap: flux-system/flux-instance-values-4f8hd824m9

+++ k8s/base/flux-system/flux-instance/app Kustomization: flux-system/flux-instance ConfigMap: flux-system/flux-instance-values-4f8hd824m9

@@ -0,0 +1,119 @@

+---
+apiVersion: v1
+data:
+  values.yaml: |
+    ---
+    instance:
+      distribution:
+        # renovate: datasource=github-releases depName=controlplaneio-fluxcd/distribution
+        version: 2.8.7
+      cluster:
+        networkPolicy: false
+      components:
+        - source-controller
+        - kustomize-controller
+        - helm-controller
+        - notification-controller
+      sync:
+        kind: GitRepository
+        # url: https://github.com/sironheart/home-cluster
+        url: http://forgejo-http.forgejo.svc.cluster.local:3000/sironheart/home-cluster.git
+        ref: refs/heads/main
+        path: k8s/flux/cluster
+        interval: 1h
+      commonMetadata:
+        labels:
+          app.kubernetes.io/name: flux
+      kustomize:
+        patches:
+          - # Increase the number of workers
+            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: (kustomize-controller|helm-controller|source-controller)
+          - # Decrease the memory limits and unset cpu limit
+            patch: |
+              apiVersion: apps/v1
+              kind: Deployment
+              metadata:
+                name: all
+              spec:
+                template:
+                  spec:
+                    containers:
+                      - name: manager
+                        resources:
+                          requests:
+                            cpu: 10m
+                            memory: 512Mi
+                          limits:
+                            cpu: ~
+                            memory: 512Mi
+            target:
+              kind: Deployment
+              name: (kustomize-controller|helm-controller|source-controller|notification-controller)
+          - # Enable in-memory kustomize builds
+            patch: |
+              - op: add
+                path: /spec/template/spec/containers/0/args/-
+                value: --concurrent=20
+              - op: replace
+                path: /spec/template/spec/volumes/0
+                value:
+                  name: temp
+                  emptyDir:
+                    medium: Memory
+            target:
+              kind: Deployment
+              name: kustomize-controller
+          - # Enable Helm repositories caching
+            patch: |
+              - op: add
+                path: /spec/template/spec/containers/0/args/-
+                value: --helm-cache-max-size=10
+              - op: add
+                path: /spec/template/spec/containers/0/args/-
+                value: --helm-cache-ttl=60m
+              - op: add
+                path: /spec/template/spec/containers/0/args/-
+                value: --helm-cache-purge-interval=5m
+            target:
+              kind: Deployment
+              name: source-controller
+          - # Flux near OOM detection for Helm
+            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: --oom-watch-memory-threshold=95
+              - op: add
+                path: /spec/template/spec/containers/0/args/-
+                value: --oom-watch-interval=500ms
+            target:
+              kind: Deployment
+              name: helm-controller
+          - # Disable chart digest tracking
+            patch: |
+              - op: add
+                path: /spec/template/spec/containers/0/args/-
+                value: --feature-gates=DisableChartDigestTracking=true
+            target:
+              kind: Deployment
+              name: helm-controller
+kind: ConfigMap
+metadata:
+  labels:
+    app.kubernetes.io/name: flux-instance
+    kustomize.toolkit.fluxcd.io/name: flux-instance
+    kustomize.toolkit.fluxcd.io/namespace: flux-system
+  name: flux-instance-values-4f8hd824m9
+  namespace: flux-system
+
<!-- sticky-comment: 88/kubernetes/kustomization --> ```diff --- k8s/base/flux-system/flux-instance/app Kustomization: flux-system/flux-instance HelmRelease: flux-system/flux-instance +++ k8s/base/flux-system/flux-instance/app Kustomization: flux-system/flux-instance HelmRelease: flux-system/flux-instance @@ -28,8 +28,8 @@ remediation: retries: -1 strategy: name: RemediateOnFailure valuesFrom: - kind: ConfigMap - name: flux-instance-values-ftbfdtt54b + name: flux-instance-values-4f8hd824m9 --- k8s/base/flux-system/flux-instance/app Kustomization: flux-system/flux-instance ConfigMap: flux-system/flux-instance-values-ftbfdtt54b +++ k8s/base/flux-system/flux-instance/app Kustomization: flux-system/flux-instance ConfigMap: flux-system/flux-instance-values-ftbfdtt54b @@ -1,119 +0,0 @@ ---- -apiVersion: v1 -data: - values.yaml: | - --- - instance: - distribution: - # renovate: datasource=github-releases depName=controlplaneio-fluxcd/distribution - version: 2.8.6 - cluster: - networkPolicy: false - components: - - source-controller - - kustomize-controller - - helm-controller - - notification-controller - sync: - kind: GitRepository - # url: https://github.com/sironheart/home-cluster - url: http://forgejo-http.forgejo.svc.cluster.local:3000/sironheart/home-cluster.git - ref: refs/heads/main - path: k8s/flux/cluster - interval: 1h - commonMetadata: - labels: - app.kubernetes.io/name: flux - kustomize: - patches: - - # Increase the number of workers - 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: (kustomize-controller|helm-controller|source-controller) - - # Decrease the memory limits and unset cpu limit - patch: | - apiVersion: apps/v1 - kind: Deployment - metadata: - name: all - spec: - template: - spec: - containers: - - name: manager - resources: - requests: - cpu: 10m - memory: 512Mi - limits: - cpu: ~ - memory: 512Mi - target: - kind: Deployment - name: (kustomize-controller|helm-controller|source-controller|notification-controller) - - # Enable in-memory kustomize builds - patch: | - - op: add - path: /spec/template/spec/containers/0/args/- - value: --concurrent=20 - - op: replace - path: /spec/template/spec/volumes/0 - value: - name: temp - emptyDir: - medium: Memory - target: - kind: Deployment - name: kustomize-controller - - # Enable Helm repositories caching - patch: | - - op: add - path: /spec/template/spec/containers/0/args/- - value: --helm-cache-max-size=10 - - op: add - path: /spec/template/spec/containers/0/args/- - value: --helm-cache-ttl=60m - - op: add - path: /spec/template/spec/containers/0/args/- - value: --helm-cache-purge-interval=5m - target: - kind: Deployment - name: source-controller - - # Flux near OOM detection for Helm - 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: --oom-watch-memory-threshold=95 - - op: add - path: /spec/template/spec/containers/0/args/- - value: --oom-watch-interval=500ms - target: - kind: Deployment - name: helm-controller - - # Disable chart digest tracking - patch: | - - op: add - path: /spec/template/spec/containers/0/args/- - value: --feature-gates=DisableChartDigestTracking=true - target: - kind: Deployment - name: helm-controller -kind: ConfigMap -metadata: - labels: - app.kubernetes.io/name: flux-instance - kustomize.toolkit.fluxcd.io/name: flux-instance - kustomize.toolkit.fluxcd.io/namespace: flux-system - name: flux-instance-values-ftbfdtt54b - namespace: flux-system - --- k8s/base/flux-system/flux-instance/app Kustomization: flux-system/flux-instance ConfigMap: flux-system/flux-instance-values-4f8hd824m9 +++ k8s/base/flux-system/flux-instance/app Kustomization: flux-system/flux-instance ConfigMap: flux-system/flux-instance-values-4f8hd824m9 @@ -0,0 +1,119 @@ +--- +apiVersion: v1 +data: + values.yaml: | + --- + instance: + distribution: + # renovate: datasource=github-releases depName=controlplaneio-fluxcd/distribution + version: 2.8.7 + cluster: + networkPolicy: false + components: + - source-controller + - kustomize-controller + - helm-controller + - notification-controller + sync: + kind: GitRepository + # url: https://github.com/sironheart/home-cluster + url: http://forgejo-http.forgejo.svc.cluster.local:3000/sironheart/home-cluster.git + ref: refs/heads/main + path: k8s/flux/cluster + interval: 1h + commonMetadata: + labels: + app.kubernetes.io/name: flux + kustomize: + patches: + - # Increase the number of workers + 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: (kustomize-controller|helm-controller|source-controller) + - # Decrease the memory limits and unset cpu limit + patch: | + apiVersion: apps/v1 + kind: Deployment + metadata: + name: all + spec: + template: + spec: + containers: + - name: manager + resources: + requests: + cpu: 10m + memory: 512Mi + limits: + cpu: ~ + memory: 512Mi + target: + kind: Deployment + name: (kustomize-controller|helm-controller|source-controller|notification-controller) + - # Enable in-memory kustomize builds + patch: | + - op: add + path: /spec/template/spec/containers/0/args/- + value: --concurrent=20 + - op: replace + path: /spec/template/spec/volumes/0 + value: + name: temp + emptyDir: + medium: Memory + target: + kind: Deployment + name: kustomize-controller + - # Enable Helm repositories caching + patch: | + - op: add + path: /spec/template/spec/containers/0/args/- + value: --helm-cache-max-size=10 + - op: add + path: /spec/template/spec/containers/0/args/- + value: --helm-cache-ttl=60m + - op: add + path: /spec/template/spec/containers/0/args/- + value: --helm-cache-purge-interval=5m + target: + kind: Deployment + name: source-controller + - # Flux near OOM detection for Helm + 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: --oom-watch-memory-threshold=95 + - op: add + path: /spec/template/spec/containers/0/args/- + value: --oom-watch-interval=500ms + target: + kind: Deployment + name: helm-controller + - # Disable chart digest tracking + patch: | + - op: add + path: /spec/template/spec/containers/0/args/- + value: --feature-gates=DisableChartDigestTracking=true + target: + kind: Deployment + name: helm-controller +kind: ConfigMap +metadata: + labels: + app.kubernetes.io/name: flux-instance + kustomize.toolkit.fluxcd.io/name: flux-instance + kustomize.toolkit.fluxcd.io/namespace: flux-system + name: flux-instance-values-4f8hd824m9 + namespace: flux-system + ```
All checks were successful
Flux Local / Flux Local - Filter (pull_request) Successful in 2s
Flux Local / Flux Local - Diff helmrelease (pull_request) Successful in 14s
Flux Local / Flux Local - Diff kustomization (pull_request) Successful in 12s
Flux Local / Flux Local - Test (pull_request) Successful in 2m24s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/controlplaneio-fluxcd-distribution-2.x:renovate/controlplaneio-fluxcd-distribution-2.x
git switch renovate/controlplaneio-fluxcd-distribution-2.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/controlplaneio-fluxcd-distribution-2.x
git switch renovate/controlplaneio-fluxcd-distribution-2.x
git rebase main
git switch main
git merge --ff-only renovate/controlplaneio-fluxcd-distribution-2.x
git switch renovate/controlplaneio-fluxcd-distribution-2.x
git rebase main
git switch main
git merge --no-ff renovate/controlplaneio-fluxcd-distribution-2.x
git switch main
git merge --squash renovate/controlplaneio-fluxcd-distribution-2.x
git switch main
git merge --ff-only renovate/controlplaneio-fluxcd-distribution-2.x
git switch main
git merge renovate/controlplaneio-fluxcd-distribution-2.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
sironheart/home-cluster!88
No description provided.