Skip to content

Commit 4b1a3ea

Browse files
chore(deps): update velero (#440)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi](https://togithub.com/vmware-tanzu/velero-plugin-for-csi) ([source](https://repo1.dso.mil/dsop/opensource/velero/velero-plugin-for-csi)) | patch | `v0.7.0` -> `v0.7.1` | | [velero](https://togithub.com/vmware-tanzu/velero) ([source](https://togithub.com/vmware-tanzu/helm-charts)) | minor | `6.4.0` -> `6.5.0` | | velero/velero-plugin-for-csi | patch | `v0.7.0` -> `v0.7.1` | --- ### Release Notes <details> <summary>vmware-tanzu/helm-charts (velero)</summary> ### [`v6.5.0`](https://togithub.com/vmware-tanzu/helm-charts/releases/tag/velero-6.5.0) [Compare Source](https://togithub.com/vmware-tanzu/helm-charts/compare/velero-6.4.0...velero-6.5.0) A Helm chart for velero </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ca6b76f commit 4b1a3ea

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/velero/common/zarf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ components:
3737
- name: velero
3838
namespace: velero
3939
url: https://vmware-tanzu.github.io/helm-charts
40-
version: 6.4.0
40+
version: 6.5.0
4141
repoName: velero
4242
releaseName: velero
4343
valuesFiles:

src/velero/values/registry1-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ initContainers:
1515
- mountPath: /target
1616
name: plugins
1717
- name: velero-plugin-for-csi
18-
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi:v0.7.0
18+
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi:v0.7.1
1919
imagePullPolicy: IfNotPresent
2020
volumeMounts:
2121
- mountPath: /target

src/velero/values/upstream-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ initContainers:
1515
- mountPath: /target
1616
name: plugins
1717
- name: velero-plugin-for-csi
18-
image: velero/velero-plugin-for-csi:v0.7.0
18+
image: velero/velero-plugin-for-csi:v0.7.1
1919
imagePullPolicy: IfNotPresent
2020
volumeMounts:
2121
- mountPath: /target

src/velero/zarf.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ components:
1919
- velero/velero:v1.13.2
2020
- velero/velero-plugin-for-aws:v1.9.2
2121
- docker.io/bitnami/kubectl:1.30.1
22-
- velero/velero-plugin-for-csi:v0.7.0
22+
- velero/velero-plugin-for-csi:v0.7.1
2323

2424
- name: velero
2525
required: true
@@ -34,5 +34,5 @@ components:
3434
images:
3535
- registry1.dso.mil/ironbank/opensource/velero/velero:v1.13.2
3636
- registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.9.2
37-
- registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi:v0.7.0
37+
- registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi:v0.7.1
3838
- registry1.dso.mil/ironbank/big-bang/base:2.1.0

0 commit comments

Comments
 (0)