From e7cb33ea9a13ab9550aab45d8ee437a1ba595d38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 07:43:46 -0600 Subject: [PATCH] chore(deps): update velero (#350) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/bitnami/kubectl](https://togithub.com/bitnami/containers) ([source](https://togithub.com/bitnami/containers/tree/HEAD/bitnami/kubectl)) | minor | `1.29.3` -> `1.30.0` | | [registry1.dso.mil/ironbank/opensource/velero/velero](https://velero.io) ([source](https://repo1.dso.mil/dsop/opensource/velero/velero)) | patch | `v1.13.1` -> `v1.13.2` | | [registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws](https://togithub.com/vmware-tanzu/velero-plugin-for-aws) ([source](https://repo1.dso.mil/dsop/opensource/velero/velero-plugin-for-aws)) | patch | `v1.9.1` -> `v1.9.2` | | [velero](https://togithub.com/vmware-tanzu/velero) ([source](https://togithub.com/vmware-tanzu/helm-charts)) | minor | `6.0.0` -> `6.1.0` | | velero/velero | patch | `v1.13.1` -> `v1.13.2` | | velero/velero-plugin-for-aws | patch | `v1.9.1` -> `v1.9.2` | --- ### Release Notes
vmware-tanzu/helm-charts (velero) ### [`v6.1.0`](https://togithub.com/vmware-tanzu/helm-charts/releases/tag/velero-6.1.0) [Compare Source](https://togithub.com/vmware-tanzu/helm-charts/compare/velero-6.0.0...velero-6.1.0) A Helm chart for velero
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/defenseunicorns/uds-core). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- src/velero/common/zarf.yaml | 2 +- src/velero/values/registry1-values.yaml | 4 ++-- src/velero/values/upstream-values.yaml | 6 +++--- src/velero/zarf.yaml | 10 +++++----- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/velero/common/zarf.yaml b/src/velero/common/zarf.yaml index 17c9ec9fc..7be631694 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.0.0 + version: 6.1.0 repoName: velero releaseName: velero valuesFiles: 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..adffec1c9 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:v1.13.2 + - 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