From d22d4332a5bf516710db7705f9570cf93caf45cd Mon Sep 17 00:00:00 2001 From: "repo-jeeves[bot]" <106431701+repo-jeeves[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 19:09:26 +0000 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20image=20registry.k8s?= =?UTF-8?q?.io/kubectl=20(=20v1.32.0=20=E2=86=92=20v1.32.1=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ----------------------- | ------- | ------- | | docker | registry.k8s.io/kubectl | v1.32.0 | v1.32.1 | --- .../system-upgrade-controller/app/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/main/apps/system-upgrade/system-upgrade-controller/app/helm-release.yaml b/kubernetes/main/apps/system-upgrade/system-upgrade-controller/app/helm-release.yaml index b18e736c9..fcaf3bec5 100644 --- a/kubernetes/main/apps/system-upgrade/system-upgrade-controller/app/helm-release.yaml +++ b/kubernetes/main/apps/system-upgrade/system-upgrade-controller/app/helm-release.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.32.0@sha256:8ccae74fc039a256eddf3066d02134b2d1ad55e7b646e9dd38f60b3d369ef97a + SYSTEM_UPGRADE_JOB_KUBECTL_IMAGE: registry.k8s.io/kubectl:v1.32.1@sha256:6ae337221866ae69380cfa08e2b38fa113fd5044cfb5b7a7662f5b0028be23b6 SYSTEM_UPGRADE_JOB_PRIVILEGED: true SYSTEM_UPGRADE_JOB_TTL_SECONDS_AFTER_FINISH: 900 SYSTEM_UPGRADE_PLAN_POLLING_INTERVAL: 15m