diff --git a/src/velero/common/zarf.yaml b/src/velero/common/zarf.yaml index ca0d88458..03b721a54 100644 --- a/src/velero/common/zarf.yaml +++ b/src/velero/common/zarf.yaml @@ -40,7 +40,7 @@ components: - name: velero namespace: velero url: https://vmware-tanzu.github.io/helm-charts - version: 7.2.1 + version: 7.2.2 repoName: velero releaseName: velero valuesFiles: diff --git a/src/velero/values/registry1-values.yaml b/src/velero/values/registry1-values.yaml index 07357ca8d..901d9cf34 100644 --- a/src/velero/values/registry1-values.yaml +++ b/src/velero/values/registry1-values.yaml @@ -3,7 +3,7 @@ image: repository: registry1.dso.mil/ironbank/opensource/velero/velero - tag: v1.14.1 + tag: v1.15.0 kubectl: image: @@ -12,13 +12,13 @@ kubectl: initContainers: - name: velero-plugin-for-aws - image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.10.1 + image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.11.0 imagePullPolicy: IfNotPresent volumeMounts: - mountPath: /target name: plugins - name: velero-plugin-for-azure - image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure:v1.10.1 + image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure:v1.11.0 imagePullPolicy: IfNotPresent volumeMounts: - mountPath: /target diff --git a/src/velero/values/unicorn-values.yaml b/src/velero/values/unicorn-values.yaml index 68c72a20e..ec6869be9 100644 --- a/src/velero/values/unicorn-values.yaml +++ b/src/velero/values/unicorn-values.yaml @@ -3,22 +3,22 @@ image: repository: cgr.dev/du-uds-defenseunicorns/velero-fips - tag: 1.14.1-dev + tag: 1.15.0-dev kubectl: image: repository: cgr.dev/du-uds-defenseunicorns/kubectl-fips - tag: 1.31.1-dev + tag: 1.31.2-dev initContainers: - name: velero-plugin-for-aws - image: cgr.dev/du-uds-defenseunicorns/velero-plugin-for-aws-fips:1.10.1 + image: cgr.dev/du-uds-defenseunicorns/velero-plugin-for-aws-fips:1.11.0 imagePullPolicy: IfNotPresent volumeMounts: - mountPath: /target name: plugins - name: velero-plugin-for-azure - image: velero/velero-plugin-for-microsoft-azure:v1.10.1 + image: velero/velero-plugin-for-microsoft-azure:v1.11.0 imagePullPolicy: IfNotPresent volumeMounts: - mountPath: /target diff --git a/src/velero/values/upstream-values.yaml b/src/velero/values/upstream-values.yaml index 8b7cd9fe6..9c0a03cc3 100644 --- a/src/velero/values/upstream-values.yaml +++ b/src/velero/values/upstream-values.yaml @@ -3,22 +3,22 @@ image: repository: velero/velero - tag: v1.14.1 + tag: v1.15.0 kubectl: image: repository: docker.io/bitnami/kubectl - tag: 1.31.1 + tag: 1.31.2 initContainers: - name: velero-plugin-for-aws - image: velero/velero-plugin-for-aws:v1.10.1 + image: velero/velero-plugin-for-aws:v1.11.0 imagePullPolicy: IfNotPresent volumeMounts: - mountPath: /target name: plugins - name: velero-plugin-for-azure - image: velero/velero-plugin-for-microsoft-azure:v1.10.1 + image: velero/velero-plugin-for-microsoft-azure:v1.11.0 imagePullPolicy: IfNotPresent volumeMounts: - mountPath: /target diff --git a/src/velero/zarf.yaml b/src/velero/zarf.yaml index 4814bc8dc..0441adc26 100644 --- a/src/velero/zarf.yaml +++ b/src/velero/zarf.yaml @@ -19,10 +19,10 @@ components: valuesFiles: - values/upstream-values.yaml images: - - velero/velero:v1.14.1 - - velero/velero-plugin-for-aws:v1.10.1 - - docker.io/bitnami/kubectl:1.31.1 - - velero/velero-plugin-for-microsoft-azure:v1.10.1 + - velero/velero:v1.15.0 + - velero/velero-plugin-for-aws:v1.11.0 + - docker.io/bitnami/kubectl:1.31.2 + - velero/velero-plugin-for-microsoft-azure:v1.11.0 - name: velero required: true @@ -35,10 +35,10 @@ components: valuesFiles: - values/registry1-values.yaml images: - - registry1.dso.mil/ironbank/opensource/velero/velero:v1.14.1 - - registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.10.1 + - registry1.dso.mil/ironbank/opensource/velero/velero:v1.15.0 + - registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.11.0 - registry1.dso.mil/ironbank/big-bang/base:2.1.0 - - registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure:v1.10.1 + - registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure:v1.11.0 - name: velero required: true @@ -51,7 +51,7 @@ components: valuesFiles: - values/unicorn-values.yaml images: - - cgr.dev/du-uds-defenseunicorns/velero-fips:1.14.1-dev - - cgr.dev/du-uds-defenseunicorns/velero-plugin-for-aws-fips:1.10.1 - - cgr.dev/du-uds-defenseunicorns/kubectl-fips:1.31.1-dev - - velero/velero-plugin-for-microsoft-azure:v1.10.1 + - cgr.dev/du-uds-defenseunicorns/velero-fips:1.15.0-dev + - cgr.dev/du-uds-defenseunicorns/velero-plugin-for-aws-fips:1.11.0 + - cgr.dev/du-uds-defenseunicorns/kubectl-fips:1.31.2-dev + - velero/velero-plugin-for-microsoft-azure:v1.11.0