From 11612d141d36641056ccc0b77b6382ff64f5c369 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:08:57 +0000 Subject: [PATCH] =?UTF-8?q?feat(container):=20update=20image=20rancher/kub?= =?UTF-8?q?ectl=20(=20v1.31.3=20=E2=86=92=20v1.32.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | --------------- | ------- | ------- | | docker | rancher/kubectl | v1.31.3 | v1.32.0 | Signed-off-by: Winston R. Milling --- system-upgrade/system-upgrade-controller.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-upgrade/system-upgrade-controller.yaml b/system-upgrade/system-upgrade-controller.yaml index b85e7c371..d7336efe1 100644 --- a/system-upgrade/system-upgrade-controller.yaml +++ b/system-upgrade/system-upgrade-controller.yaml @@ -35,7 +35,7 @@ data: SYSTEM_UPGRADE_JOB_ACTIVE_DEADLINE_SECONDS: "900" SYSTEM_UPGRADE_JOB_BACKOFF_LIMIT: "99" SYSTEM_UPGRADE_JOB_IMAGE_PULL_POLICY: "Always" - SYSTEM_UPGRADE_JOB_KUBECTL_IMAGE: "rancher/kubectl:v1.31.3" + SYSTEM_UPGRADE_JOB_KUBECTL_IMAGE: "rancher/kubectl:v1.32.0" SYSTEM_UPGRADE_JOB_PRIVILEGED: "true" SYSTEM_UPGRADE_JOB_TTL_SECONDS_AFTER_FINISH: "900" SYSTEM_UPGRADE_PLAN_POLLING_INTERVAL: "15m"