diff --git a/src/velero/common/zarf.yaml b/src/velero/common/zarf.yaml index 7be631694..4e3c7307b 100644 --- a/src/velero/common/zarf.yaml +++ b/src/velero/common/zarf.yaml @@ -37,7 +37,7 @@ components: - name: velero namespace: velero url: https://vmware-tanzu.github.io/helm-charts - version: 6.1.0 + version: 6.4.0 repoName: velero releaseName: velero valuesFiles: diff --git a/src/velero/values/upstream-values.yaml b/src/velero/values/upstream-values.yaml index 6f4d94657..f0dfe5bfa 100644 --- a/src/velero/values/upstream-values.yaml +++ b/src/velero/values/upstream-values.yaml @@ -5,7 +5,7 @@ image: kubectl: image: repository: docker.io/bitnami/kubectl - tag: 1.30.0 + tag: 1.30.1 initContainers: - name: velero-plugin-for-aws diff --git a/src/velero/zarf.yaml b/src/velero/zarf.yaml index adffec1c9..211f6a7b4 100644 --- a/src/velero/zarf.yaml +++ b/src/velero/zarf.yaml @@ -18,7 +18,7 @@ components: images: - velero/velero:v1.13.2 - velero/velero-plugin-for-aws:v1.9.2 - - docker.io/bitnami/kubectl:1.30.0 + - docker.io/bitnami/kubectl:1.30.1 - name: velero required: true