k8s-gitops
k8s-gitops copied to clipboard
fix(github-release): update release controlplaneio-fluxcd/distribution ( v2.6.1 → v2.6.2 )
This PR contains the following updates:
| Package | Update | Change | OpenSSF |
|---|---|---|---|
| controlplaneio-fluxcd/distribution | patch | v2.6.1 -> v2.6.2 |
Release Notes
controlplaneio-fluxcd/distribution (controlplaneio-fluxcd/distribution)
v2.6.2: Flux v2.6.2
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.
--- 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-ct62ft99t2
+ name: flux-instance-helm-values-mh484kfgt4
--- 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
@@ -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.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
-
--- kubernetes/clusters/cluster-0/flux-system/flux-instance/app Kustomization: flux-system/flux-instance ConfigMap: flux-system/flux-instance-helm-values-mh484kfgt4
+++ kubernetes/clusters/cluster-0/flux-system/flux-instance/app Kustomization: flux-system/flux-instance ConfigMap: flux-system/flux-instance-helm-values-mh484kfgt4
@@ -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.2
+ 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-mh484kfgt4
+ namespace: flux-system
+