From 5f5fa99e893c1c70a5d8830f7deda6b8eb7bce92 Mon Sep 17 00:00:00 2001 From: "mahoro-bot[bot]" <115426318+mahoro-bot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 00:49:52 +0000 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20registry.k8s.io/kube?= =?UTF-8?q?ctl=20(=20v1.32.1=20=E2=86=92=20v1.32.2=20)=20(#4056)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: mahoro-bot[bot] <115426318+mahoro-bot[bot]@users.noreply.github.com> --- .../system-upgrade-controller/app/helmrelease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/main/apps/system-controllers/system-upgrade-controller/app/helmrelease.yaml b/kubernetes/main/apps/system-controllers/system-upgrade-controller/app/helmrelease.yaml index 5c27f995c..36095915d 100644 --- a/kubernetes/main/apps/system-controllers/system-upgrade-controller/app/helmrelease.yaml +++ b/kubernetes/main/apps/system-controllers/system-upgrade-controller/app/helmrelease.yaml @@ -37,7 +37,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.32.1 + SYSTEM_UPGRADE_JOB_KUBECTL_IMAGE: registry.k8s.io/kubectl:v1.32.2 SYSTEM_UPGRADE_JOB_PRIVILEGED: true SYSTEM_UPGRADE_JOB_TTL_SECONDS_AFTER_FINISH: 900 SYSTEM_UPGRADE_PLAN_POLLING_INTERVAL: 15m