Skip to content

Commit ab8a741

Browse files
renovate[bot]cwrau
andauthored
chore(base-cluster/dependencies): update helm release velero to v5.4.1 (#798)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [velero](https://togithub.com/vmware-tanzu/velero) ([source](https://togithub.com/vmware-tanzu/helm-charts)) | minor | `5.3.0` -> `5.4.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>vmware-tanzu/helm-charts (velero)</summary> ### [`v5.4.1`](https://togithub.com/vmware-tanzu/helm-charts/releases/tag/velero-5.4.1) [Compare Source](https://togithub.com/vmware-tanzu/helm-charts/compare/velero-5.4.0...velero-5.4.1) A Helm chart for velero #### What's Changed - \[velero] Change default upload type to kopia by [@&#8203;qiuming-best](https://togithub.com/qiuming-best) in [https://github.com/vmware-tanzu/helm-charts/pull/551](https://togithub.com/vmware-tanzu/helm-charts/pull/551) **Full Changelog**: vmware-tanzu/helm-charts@velero-5.4.0...velero-5.4.1 ### [`v5.4.0`](https://togithub.com/vmware-tanzu/helm-charts/releases/tag/velero-5.4.0) [Compare Source](https://togithub.com/vmware-tanzu/helm-charts/compare/velero-5.3.0...velero-5.4.0) A Helm chart for velero #### What's Changed - \[velero] CI test for K8s 1.28 + 1.29 by [@&#8203;jenting](https://togithub.com/jenting) in [https://github.com/vmware-tanzu/helm-charts/pull/541](https://togithub.com/vmware-tanzu/helm-charts/pull/541) - \[velero] Added default operation timeout override by [@&#8203;DreamingRaven](https://togithub.com/DreamingRaven) in [https://github.com/vmware-tanzu/helm-charts/pull/546](https://togithub.com/vmware-tanzu/helm-charts/pull/546) #### New Contributors - [@&#8203;DreamingRaven](https://togithub.com/DreamingRaven) made their first contribution in [https://github.com/vmware-tanzu/helm-charts/pull/546](https://togithub.com/vmware-tanzu/helm-charts/pull/546) **Full Changelog**: vmware-tanzu/helm-charts@velero-5.3.0...velero-5.4.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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/teutonet/teutonet-helm-charts). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Chris Werner Rau <[email protected]>
1 parent d7a1836 commit ab8a741

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

charts/base-cluster/templates/backup/velero.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ spec:
8585
{{- end }}
8686
{{- end }}
8787
volumeSnapshotLocation: []
88+
uploaderType: restic
8889
metrics:
8990
serviceMonitor:
9091
additionalLabels: {{- .Values.monitoring.labels | toYaml | nindent 10 }}

charts/base-cluster/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ global:
164164
vmware:
165165
url: https://vmware-tanzu.github.io/helm-charts
166166
charts:
167-
velero: 5.3.0
167+
velero: 5.4.1
168168
condition: "{{ not (empty .Values.backup.backupStorageLocations) }}"
169169
open-telemetry:
170170
url: https://open-telemetry.github.io/opentelemetry-helm-charts

0 commit comments

Comments
 (0)