From 6b6a65b3b0817d5fe27a93cc558cfd1b7ae91bd47094022c5ff3901045be30f3 Mon Sep 17 00:00:00 2001 From: dprodanov4 Date: Fri, 19 Dec 2025 10:43:03 +0200 Subject: [PATCH] update charts to use the new kubectl image --- rancher-turtles-chart/values.yaml | 2 +- upgrade-controller-chart/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rancher-turtles-chart/values.yaml b/rancher-turtles-chart/values.yaml index 4c84556..fd22b4f 100644 --- a/rancher-turtles-chart/values.yaml +++ b/rancher-turtles-chart/values.yaml @@ -22,7 +22,7 @@ rancherTurtles: # rancherInstalled: True if Rancher already installed is in the cluster, this is the preferred installation way. rancherInstalled: false # kubectlImage: Image for kubectl tasks. - kubectlImage: "%%IMG_REPO%%/%%IMG_PREFIX%%kubectl:1.33.4" + kubectlImage: "%%IMG_REPO%%/%%IMG_PREFIX%%kubectl:1.34.2" # shellImage: Image for shell tasks. shellImage: registry.rancher.com/rancher/kuberlr-kubectl:v5.0.0 # features: Optional and experimental features. diff --git a/upgrade-controller-chart/values.yaml b/upgrade-controller-chart/values.yaml index bd39b55..005427a 100644 --- a/upgrade-controller-chart/values.yaml +++ b/upgrade-controller-chart/values.yaml @@ -15,7 +15,7 @@ env: image: %%MANIFEST_REPO%%/%%IMG_PREFIX%%release-manifest kubectl: image: %%IMG_REPO%%/%%IMG_PREFIX%%kubectl - version: 1.33.4 + version: 1.34.2 imagePullSecrets: [] nameOverride: "" -- 2.51.1