From ffbefda74777466ef74ad1d5cffff1f4895f323d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 17:40:45 +0000 Subject: [PATCH] chore(deps): update velero (#408) 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)) | patch | `1.30.0` -> `1.30.1` | | [velero](https://togithub.com/vmware-tanzu/velero) ([source](https://togithub.com/vmware-tanzu/helm-charts)) | minor | `6.1.0` -> `6.4.0` | --- ### Release Notes
vmware-tanzu/helm-charts (velero) ### [`v6.4.0`](https://togithub.com/vmware-tanzu/helm-charts/releases/tag/velero-6.4.0) [Compare Source](https://togithub.com/vmware-tanzu/helm-charts/compare/velero-6.3.0...velero-6.4.0) A Helm chart for velero ### [`v6.3.0`](https://togithub.com/vmware-tanzu/helm-charts/releases/tag/velero-6.3.0) [Compare Source](https://togithub.com/vmware-tanzu/helm-charts/compare/velero-6.2.0...velero-6.3.0) A Helm chart for velero ### [`v6.2.0`](https://togithub.com/vmware-tanzu/helm-charts/releases/tag/velero-6.2.0) [Compare Source](https://togithub.com/vmware-tanzu/helm-charts/compare/velero-6.1.0...velero-6.2.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> Co-authored-by: Micah Nagel --- src/velero/common/zarf.yaml | 2 +- src/velero/values/upstream-values.yaml | 2 +- src/velero/zarf.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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