From e5fbffca384f5f6f47d895bc432a001702245561 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 21:45:32 +0000 Subject: [PATCH] chore(deps): update velero | datasource | package | from | to | | ---------- | ------------------------------------------------------------------ | ------- | ------- | | docker | docker.io/bitnami/kubectl | 1.29.3 | 1.30.0 | | docker | registry1.dso.mil/ironbank/opensource/velero/velero | v1.13.1 | v1.13.2 | | docker | registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws | v1.9.1 | v1.9.2 | | docker | velero/velero | v1.13.1 | 1220 | | docker | velero/velero | v1.13.1 | v1.13.2 | | docker | velero/velero-plugin-for-aws | v1.9.1 | v1.9.2 | --- src/velero/values/registry1-values.yaml | 4 ++-- src/velero/values/upstream-values.yaml | 6 +++--- src/velero/zarf.yaml | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/velero/values/registry1-values.yaml b/src/velero/values/registry1-values.yaml index 6def65f7d..9dfd6d4b0 100644 --- a/src/velero/values/registry1-values.yaml +++ b/src/velero/values/registry1-values.yaml @@ -1,6 +1,6 @@ image: repository: registry1.dso.mil/ironbank/opensource/velero/velero - tag: v1.13.1 + tag: v1.13.2 kubectl: image: @@ -9,7 +9,7 @@ kubectl: initContainers: - name: velero-plugin-for-aws - image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.9.1 + image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.9.2 imagePullPolicy: IfNotPresent volumeMounts: - mountPath: /target diff --git a/src/velero/values/upstream-values.yaml b/src/velero/values/upstream-values.yaml index 15f0e3634..6f4d94657 100644 --- a/src/velero/values/upstream-values.yaml +++ b/src/velero/values/upstream-values.yaml @@ -1,15 +1,15 @@ image: repository: velero/velero - tag: v1.13.1 + tag: v1.13.2 kubectl: image: repository: docker.io/bitnami/kubectl - tag: 1.29.3 + tag: 1.30.0 initContainers: - name: velero-plugin-for-aws - image: velero/velero-plugin-for-aws:v1.9.1 + image: velero/velero-plugin-for-aws:v1.9.2 imagePullPolicy: IfNotPresent volumeMounts: - mountPath: /target diff --git a/src/velero/zarf.yaml b/src/velero/zarf.yaml index 45361d305..260e8903f 100644 --- a/src/velero/zarf.yaml +++ b/src/velero/zarf.yaml @@ -16,9 +16,9 @@ components: valuesFiles: - values/upstream-values.yaml images: - - velero/velero:v1.13.1 - - velero/velero-plugin-for-aws:v1.9.1 - - docker.io/bitnami/kubectl:1.29.3 + - velero/velero:1220 + - velero/velero-plugin-for-aws:v1.9.2 + - docker.io/bitnami/kubectl:1.30.0 - name: velero required: true @@ -31,6 +31,6 @@ components: valuesFiles: - values/registry1-values.yaml images: - - registry1.dso.mil/ironbank/opensource/velero/velero:v1.13.1 - - registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.9.1 + - registry1.dso.mil/ironbank/opensource/velero/velero:v1.13.2 + - registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.9.2 - registry1.dso.mil/ironbank/big-bang/base:2.1.0