From 58e67a3c5d113da59cfdce3ea3c10fa827863114 Mon Sep 17 00:00:00 2001 From: Aleksei Sviridkin Date: Sat, 11 Oct 2025 14:32:33 +0300 Subject: [PATCH 1/2] fix: update system-upgrade-controller image to v0.16.3 Signed-off-by: Aleksei Sviridkin --- manifests/system-upgrade-controller.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/system-upgrade-controller.yaml b/manifests/system-upgrade-controller.yaml index 8749102e..594d0809 100644 --- a/manifests/system-upgrade-controller.yaml +++ b/manifests/system-upgrade-controller.yaml @@ -84,7 +84,7 @@ spec: effect: "NoExecute" containers: - name: system-upgrade-controller - image: rancher/system-upgrade-controller:v0.14.0 + image: rancher/system-upgrade-controller:v0.16.3 imagePullPolicy: IfNotPresent securityContext: runAsNonRoot: true From 005360782a6b047b0112a34ef858b23c9b18a667 Mon Sep 17 00:00:00 2001 From: Aleksei Sviridkin Date: Fri, 24 Oct 2025 19:12:44 +0300 Subject: [PATCH 2/2] fix: update images to latest tag in manifests Changed both controller and kubectl images to latest tag: - rancher/system-upgrade-controller: v0.16.3 -> latest - rancher/kubectl: v1.30.3 -> latest This ensures YOLO users following the official README get the most recent versions instead of outdated pinned tags. Addresses the issue where git-based manifests were significantly behind current releases (e.g. v0.14.0 vs v0.17.0). Co-Authored-By: Claude --- manifests/system-upgrade-controller.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/system-upgrade-controller.yaml b/manifests/system-upgrade-controller.yaml index 594d0809..7b9d162a 100644 --- a/manifests/system-upgrade-controller.yaml +++ b/manifests/system-upgrade-controller.yaml @@ -23,7 +23,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.30.3" + SYSTEM_UPGRADE_JOB_KUBECTL_IMAGE: "rancher/kubectl:latest" SYSTEM_UPGRADE_JOB_PRIVILEGED: "true" SYSTEM_UPGRADE_JOB_TTL_SECONDS_AFTER_FINISH: "900" SYSTEM_UPGRADE_PLAN_POLLING_INTERVAL: "15m" @@ -84,7 +84,7 @@ spec: effect: "NoExecute" containers: - name: system-upgrade-controller - image: rancher/system-upgrade-controller:v0.16.3 + image: rancher/system-upgrade-controller:latest imagePullPolicy: IfNotPresent securityContext: runAsNonRoot: true