fix: Velero kubectl image and AWS plugin version

- kubectl: use bitnami/kubectl instead of deprecated bitnamilegacy/kubectl
- AWS plugin: use v1.11.0 (v1.13.1 does not exist)
This commit is contained in:
2026-02-19 23:31:48 +00:00
parent 08eb8255a8
commit dd74cc05fd

View File

@@ -31,6 +31,9 @@ spec:
name: vmware-tanzu name: vmware-tanzu
interval: 1h interval: 1h
values: values:
kubectl:
image:
repository: docker.io/bitnami/kubectl
resources: resources:
requests: requests:
cpu: 50m cpu: 50m
@@ -40,7 +43,7 @@ spec:
memory: 256Mi memory: 256Mi
initContainers: initContainers:
- name: velero-plugin-for-aws - name: velero-plugin-for-aws
image: velero/velero-plugin-for-aws:v1.13.1 image: velero/velero-plugin-for-aws:v1.11.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
volumeMounts: volumeMounts:
- mountPath: /target - mountPath: /target