From 0d339b3163d73b49a76dee1ebb0f9f3c7339fb09 Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Thu, 2 Apr 2026 01:00:27 +0000 Subject: [PATCH] fix: Use rancher/kubectl image for rancher-backup hook bitnami/kubectl:1.34 tag doesn't exist. rancher/kubectl is already available in the cluster's image cache. --- .../addons/rancher-backup/helmrelease-rancher-backup.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infrastructure/addons/rancher-backup/helmrelease-rancher-backup.yaml b/infrastructure/addons/rancher-backup/helmrelease-rancher-backup.yaml index 88066c5..0133fe6 100644 --- a/infrastructure/addons/rancher-backup/helmrelease-rancher-backup.yaml +++ b/infrastructure/addons/rancher-backup/helmrelease-rancher-backup.yaml @@ -28,8 +28,8 @@ spec: repository: rancher/backup-restore-operator kubectl: image: - repository: bitnami/kubectl - tag: "1.34" + repository: rancher/kubectl + tag: "v1.34.0" postRenderers: - kustomize: patches: @@ -39,4 +39,4 @@ spec: patch: | - op: replace path: /spec/template/spec/containers/0/image - value: bitnami/kubectl:1.34 + value: rancher/kubectl:v1.34.0