From 8a8cb992e9b475d71fd546c9d8862581cf3f336c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 12:20:50 +0000 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20registry.k8s.io?= =?UTF-8?q?/kubectl=20v1.31.4=20=E2=86=92=20v1.32.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/system-upgrade-controller/app/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/main/kubernetes/system/system-upgrade-controller/app/helm-release.yaml b/clusters/main/kubernetes/system/system-upgrade-controller/app/helm-release.yaml index 30e2bcf..bd88ea3 100644 --- a/clusters/main/kubernetes/system/system-upgrade-controller/app/helm-release.yaml +++ b/clusters/main/kubernetes/system/system-upgrade-controller/app/helm-release.yaml @@ -38,7 +38,7 @@ spec: SYSTEM_UPGRADE_JOB_ACTIVE_DEADLINE_SECONDS: 900 SYSTEM_UPGRADE_JOB_BACKOFF_LIMIT: 99 SYSTEM_UPGRADE_JOB_IMAGE_PULL_POLICY: IfNotPresent - SYSTEM_UPGRADE_JOB_KUBECTL_IMAGE: registry.k8s.io/kubectl:v1.31.4 + SYSTEM_UPGRADE_JOB_KUBECTL_IMAGE: registry.k8s.io/kubectl:v1.32.0 SYSTEM_UPGRADE_JOB_POD_REPLACEMENT_POLICY: Failed SYSTEM_UPGRADE_JOB_PRIVILEGED: true SYSTEM_UPGRADE_JOB_TTL_SECONDS_AFTER_FINISH: 900