From 5b6499378e74d5c298a695148d5007d783f3f940 Mon Sep 17 00:00:00 2001 From: "bot-blake[bot]" <129223303+bot-blake[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 18:08:28 +0000 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20registry.k8s.io/kube?= =?UTF-8?q?ctl=20(v1.31.3=20=E2=86=92=20v1.31.4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: bot-blake[bot] <129223303+bot-blake[bot]@users.noreply.github.com> --- .../system-upgrade-controller/app/helmrelease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/apps/system-upgrade/system-upgrade-controller/app/helmrelease.yaml b/kubernetes/apps/system-upgrade/system-upgrade-controller/app/helmrelease.yaml index 4d01e27793..4219a69d10 100644 --- a/kubernetes/apps/system-upgrade/system-upgrade-controller/app/helmrelease.yaml +++ b/kubernetes/apps/system-upgrade/system-upgrade-controller/app/helmrelease.yaml @@ -36,7 +36,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.3 + SYSTEM_UPGRADE_JOB_KUBECTL_IMAGE: registry.k8s.io/kubectl:v1.31.4 SYSTEM_UPGRADE_JOB_POD_REPLACEMENT_POLICY: Failed # Required for Talos SYSTEM_UPGRADE_JOB_PRIVILEGED: true SYSTEM_UPGRADE_JOB_TTL_SECONDS_AFTER_FINISH: 900