fix: Use rancher/kubectl image for rancher-backup hook
All checks were successful
Deploy Cluster / Terraform (push) Successful in 53s
Deploy Cluster / Ansible (push) Successful in 5m41s

bitnami/kubectl:1.34 tag doesn't exist. rancher/kubectl is already
available in the cluster's image cache.
This commit is contained in:
2026-04-02 01:00:27 +00:00
parent 30ccf13c82
commit 0d339b3163

View File

@@ -28,8 +28,8 @@ spec:
repository: rancher/backup-restore-operator repository: rancher/backup-restore-operator
kubectl: kubectl:
image: image:
repository: bitnami/kubectl repository: rancher/kubectl
tag: "1.34" tag: "v1.34.0"
postRenderers: postRenderers:
- kustomize: - kustomize:
patches: patches:
@@ -39,4 +39,4 @@ spec:
patch: | patch: |
- op: replace - op: replace
path: /spec/template/spec/containers/0/image path: /spec/template/spec/containers/0/image
value: bitnami/kubectl:1.34 value: rancher/kubectl:v1.34.0