diff --git a/infrastructure/addons/rancher-backup/helmrelease-rancher-backup.yaml b/infrastructure/addons/rancher-backup/helmrelease-rancher-backup.yaml index 44ced17..88066c5 100644 --- a/infrastructure/addons/rancher-backup/helmrelease-rancher-backup.yaml +++ b/infrastructure/addons/rancher-backup/helmrelease-rancher-backup.yaml @@ -20,11 +20,9 @@ spec: createNamespace: true remediation: retries: 3 - skipHooks: true upgrade: remediation: retries: 3 - skipHooks: true values: image: repository: rancher/backup-restore-operator @@ -32,3 +30,13 @@ spec: image: repository: bitnami/kubectl tag: "1.34" + postRenderers: + - kustomize: + patches: + - target: + kind: Job + name: rancher-backup-patch-sa + patch: | + - op: replace + path: /spec/template/spec/containers/0/image + value: bitnami/kubectl:1.34