Skip to content

Commit

Permalink
chore(base-cluster/dependencies): update helm release velero to v5.4.1 (
Browse files Browse the repository at this point in the history
#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
[vmware-tanzu/helm-charts#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
[vmware-tanzu/helm-charts#541
- \[velero] Added default operation timeout override by
[@&#8203;DreamingRaven](https://togithub.com/DreamingRaven) in
[vmware-tanzu/helm-charts#546

#### New Contributors

- [@&#8203;DreamingRaven](https://togithub.com/DreamingRaven) made their
first contribution in
[vmware-tanzu/helm-charts#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 <cwr@teuto.net>
  • Loading branch information
renovate[bot] and cwrau committed Feb 27, 2024
1 parent d7a1836 commit ab8a741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions charts/base-cluster/templates/backup/velero.yaml
Expand Up @@ -85,6 +85,7 @@ spec:
{{- end }}
{{- end }}
volumeSnapshotLocation: []
uploaderType: restic
metrics:
serviceMonitor:
additionalLabels: {{- .Values.monitoring.labels | toYaml | nindent 10 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/base-cluster/values.yaml
Expand Up @@ -164,7 +164,7 @@ global:
vmware:
url: https://vmware-tanzu.github.io/helm-charts
charts:
velero: 5.3.0
velero: 5.4.1
condition: "{{ not (empty .Values.backup.backupStorageLocations) }}"
open-telemetry:
url: https://open-telemetry.github.io/opentelemetry-helm-charts
Expand Down

0 comments on commit ab8a741

Please sign in to comment.