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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user