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