From 0fd2e6472af0967f2f082d00537aaed53b12039a7ad29806f37890ab79678e6d Mon Sep 17 00:00:00 2001 From: Denislav Prodanov Date: Mon, 18 Aug 2025 16:29:53 +0300 Subject: [PATCH] bump kubectl image in upgrade controller and turtles --- 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 962a58e..d15d11a 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.32.4" + kubectlImage: "%%IMG_REPO%%/%%IMG_PREFIX%%kubectl:1.33.4" # features: Optional and experimental features. features: # day2operations: Alpha feature. diff --git a/upgrade-controller-chart/values.yaml b/upgrade-controller-chart/values.yaml index e35f64b..bd39b55 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.32.4 + version: 1.33.4 imagePullSecrets: [] nameOverride: "" -- 2.49.0