generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix(container): update kubernetes group ( v1.32.1 → v1.32.2 ) (patch) #877
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/patch-kubernetes
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- kubernetes/apps/kyverno/kyverno/app Kustomization: flux-system/kyverno HelmRelease: kyverno/kyverno
+++ kubernetes/apps/kyverno/kyverno/app Kustomization: flux-system/kyverno HelmRelease: kyverno/kyverno
@@ -52,8 +52,8 @@
limits:
memory: 256Mi
serviceMonitor:
enabled: true
valuesFrom:
- kind: ConfigMap
- name: kyverno-helm-values-b2fc8mfc8k
+ name: kyverno-helm-values-5gt2bkdg6m
--- kubernetes/apps/kyverno/kyverno/app Kustomization: flux-system/kyverno ConfigMap: kyverno/kyverno-helm-values-b2fc8mfc8k
+++ kubernetes/apps/kyverno/kyverno/app Kustomization: flux-system/kyverno ConfigMap: kyverno/kyverno-helm-values-b2fc8mfc8k
@@ -1,38 +0,0 @@
----
-apiVersion: v1
-data:
- values.yaml: |
- ---
- fullnameOverride: kyverno
- global:
- image:
- registry: ghcr.io
- tolerations:
- - key: node-role.kubernetes.io/control-plane
- operator: Exists
- effect: NoSchedule
- webhooksCleanup:
- image:
- registry: registry.k8s.io
- repository: kubectl
- tag: v1.32.1
- policyReportsCleanup:
- image:
- registry: registry.k8s.io
- repository: kubectl
- tag: v1.32.1
- features:
- backgroundScan:
- skipResourceFilters: false
- policyExceptions:
- enabled: true
- namespace: kyverno
-kind: ConfigMap
-metadata:
- labels:
- app.kubernetes.io/name: kyverno
- kustomize.toolkit.fluxcd.io/name: kyverno
- kustomize.toolkit.fluxcd.io/namespace: flux-system
- name: kyverno-helm-values-b2fc8mfc8k
- namespace: kyverno
-
--- kubernetes/apps/kyverno/kyverno/app Kustomization: flux-system/kyverno ConfigMap: kyverno/kyverno-helm-values-5gt2bkdg6m
+++ kubernetes/apps/kyverno/kyverno/app Kustomization: flux-system/kyverno ConfigMap: kyverno/kyverno-helm-values-5gt2bkdg6m
@@ -0,0 +1,38 @@
+---
+apiVersion: v1
+data:
+ values.yaml: |
+ ---
+ fullnameOverride: kyverno
+ global:
+ image:
+ registry: ghcr.io
+ tolerations:
+ - key: node-role.kubernetes.io/control-plane
+ operator: Exists
+ effect: NoSchedule
+ webhooksCleanup:
+ image:
+ registry: registry.k8s.io
+ repository: kubectl
+ tag: v1.32.2
+ policyReportsCleanup:
+ image:
+ registry: registry.k8s.io
+ repository: kubectl
+ tag: v1.32.2
+ features:
+ backgroundScan:
+ skipResourceFilters: false
+ policyExceptions:
+ enabled: true
+ namespace: kyverno
+kind: ConfigMap
+metadata:
+ labels:
+ app.kubernetes.io/name: kyverno
+ kustomize.toolkit.fluxcd.io/name: kyverno
+ kustomize.toolkit.fluxcd.io/namespace: flux-system
+ name: kyverno-helm-values-5gt2bkdg6m
+ namespace: kyverno
+
--- kubernetes/apps Kustomization: flux-system/cluster-apps Kustomization: flux-system/system-upgrade-controller-plans
+++ kubernetes/apps Kustomization: flux-system/cluster-apps Kustomization: flux-system/system-upgrade-controller-plans
@@ -18,13 +18,13 @@
dependsOn:
- name: system-upgrade-controller
interval: 30m
path: ./kubernetes/apps/talos-admin/system-upgrade-controller/plans
postBuild:
substitute:
- KUBERNETES_VERSION: v1.32.1
+ KUBERNETES_VERSION: v1.32.2
TALOS_VERSION: v1.9.9003
substituteFrom:
- kind: ConfigMap
name: cluster-settings
- kind: Secret
name: cluster-secrets
--- kubernetes/apps/talos-admin/system-upgrade-controller/app Kustomization: flux-system/system-upgrade-controller HelmRelease: talos-admin/system-upgrade-controller
+++ kubernetes/apps/talos-admin/system-upgrade-controller/app Kustomization: flux-system/system-upgrade-controller HelmRelease: talos-admin/system-upgrade-controller
@@ -37,13 +37,13 @@
fieldRef:
fieldPath: metadata.namespace
SYSTEM_UPGRADE_CONTROLLER_THREADS: '2'
SYSTEM_UPGRADE_JOB_ACTIVE_DEADLINE_SECONDS: '900'
SYSTEM_UPGRADE_JOB_BACKOFF_LIMIT: '10'
SYSTEM_UPGRADE_JOB_IMAGE_PULL_POLICY: Always
- SYSTEM_UPGRADE_JOB_KUBECTL_IMAGE: registry.k8s.io/kubectl:v1.32.1
+ SYSTEM_UPGRADE_JOB_KUBECTL_IMAGE: registry.k8s.io/kubectl:v1.32.2
SYSTEM_UPGRADE_JOB_POD_REPLACEMENT_POLICY: Failed
SYSTEM_UPGRADE_JOB_PRIVILEGED: 'true'
SYSTEM_UPGRADE_JOB_TTL_SECONDS_AFTER_FINISH: '900'
SYSTEM_UPGRADE_PLAN_POLLING_INTERVAL: 15m
image:
repository: docker.io/rancher/system-upgrade-controller
--- kubernetes/apps/talos-admin/system-upgrade-controller/plans Kustomization: flux-system/system-upgrade-controller-plans Plan: talos-admin/kubernetes
+++ kubernetes/apps/talos-admin/system-upgrade-controller/plans Kustomization: flux-system/system-upgrade-controller-plans Plan: talos-admin/kubernetes
@@ -47,8 +47,8 @@
envs:
- name: NODE_IP
valueFrom:
fieldRef:
fieldPath: status.hostIP
image: ghcr.io/jfroy/siderolabs/talosctl:v1.9.9003
- version: v1.32.1
+ version: v1.32.2
|
--- HelmRelease: talos-admin/system-upgrade-controller Deployment: talos-admin/system-upgrade-controller
+++ HelmRelease: talos-admin/system-upgrade-controller Deployment: talos-admin/system-upgrade-controller
@@ -68,13 +68,13 @@
value: '900'
- name: SYSTEM_UPGRADE_JOB_BACKOFF_LIMIT
value: '10'
- name: SYSTEM_UPGRADE_JOB_IMAGE_PULL_POLICY
value: Always
- name: SYSTEM_UPGRADE_JOB_KUBECTL_IMAGE
- value: registry.k8s.io/kubectl:v1.32.1
+ value: registry.k8s.io/kubectl:v1.32.2
- name: SYSTEM_UPGRADE_JOB_POD_REPLACEMENT_POLICY
value: Failed
- name: SYSTEM_UPGRADE_JOB_PRIVILEGED
value: 'true'
- name: SYSTEM_UPGRADE_JOB_TTL_SECONDS_AFTER_FINISH
value: '900'
--- HelmRelease: kyverno/kyverno Job: kyverno/kyverno-remove-configmap
+++ HelmRelease: kyverno/kyverno Job: kyverno/kyverno-remove-configmap
@@ -19,13 +19,13 @@
metadata: null
spec:
serviceAccount: kyverno-remove-configmap
restartPolicy: Never
containers:
- name: kubectl
- image: registry.k8s.io/kubectl:v1.32.1
+ image: registry.k8s.io/kubectl:v1.32.2
imagePullPolicy: null
command:
- /bin/bash
- -c
- |-
set -euo pipefail
--- HelmRelease: kyverno/kyverno Job: kyverno/kyverno-clean-reports
+++ HelmRelease: kyverno/kyverno Job: kyverno/kyverno-clean-reports
@@ -18,13 +18,13 @@
metadata: null
spec:
serviceAccount: kyverno-admission-controller
restartPolicy: Never
containers:
- name: kubectl
- image: registry.k8s.io/kubectl:v1.32.1
+ image: registry.k8s.io/kubectl:v1.32.2
imagePullPolicy: null
command:
- /bin/bash
- -c
- |
set -euo pipefail
--- HelmRelease: kyverno/kyverno Job: kyverno/kyverno-scale-to-zero
+++ HelmRelease: kyverno/kyverno Job: kyverno/kyverno-scale-to-zero
@@ -19,13 +19,13 @@
metadata: null
spec:
serviceAccount: kyverno-admission-controller
restartPolicy: Never
containers:
- name: kubectl
- image: registry.k8s.io/kubectl:v1.32.1
+ image: registry.k8s.io/kubectl:v1.32.2
imagePullPolicy: null
command:
- /bin/bash
- -c
- |-
set -euo pipefail |
a70d17b
to
a38e843
Compare
b9652be
to
599ca5f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.32.1
->v1.32.2
v1.32.1
->v1.32.2
Release Notes
siderolabs/kubelet (ghcr.io/siderolabs/kubelet)
v1.32.2
Compare Source
Configuration
📅 Schedule: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" in timezone America/Los_Angeles, 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.