From 5bb81bdb7c428d574ec217dd58c33cd379d276e6 Mon Sep 17 00:00:00 2001 From: "bot-ross[bot]" <98030736+bot-ross[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 18:32:20 -0400 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20registry.k8s.io/kube?= =?UTF-8?q?ctl=20(=20v1.29.3=20=E2=86=92=20v1.29.4=20)=20(#7395)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: bot-ross[bot] <98030736+bot-ross[bot]@users.noreply.github.com> --- .../system-upgrade-controller/app/helmrelease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/storage/apps/system-upgrade/system-upgrade-controller/app/helmrelease.yaml b/kubernetes/storage/apps/system-upgrade/system-upgrade-controller/app/helmrelease.yaml index 086e5344af813..be5de7ff3ee41 100644 --- a/kubernetes/storage/apps/system-upgrade/system-upgrade-controller/app/helmrelease.yaml +++ b/kubernetes/storage/apps/system-upgrade/system-upgrade-controller/app/helmrelease.yaml @@ -39,7 +39,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.29.3 + SYSTEM_UPGRADE_JOB_KUBECTL_IMAGE: registry.k8s.io/kubectl:v1.29.4 SYSTEM_UPGRADE_JOB_PRIVILEGED: true SYSTEM_UPGRADE_JOB_TTL_SECONDS_AFTER_FINISH: 900 SYSTEM_UPGRADE_PLAN_POLLING_INTERVAL: 15m