Skip to content

Commit

Permalink
chore(deps): update velero (#408)
Browse files Browse the repository at this point in the history
[![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://github.com/bitnami/containers)
([source](https://github.com/bitnami/containers/tree/HEAD/bitnami/kubectl))
| patch | `1.30.0` -> `1.30.1` |
| [velero](https://github.com/vmware-tanzu/velero)
([source](https://github.com/vmware-tanzu/helm-charts)) | minor |
`6.1.0` -> `6.4.0` |

---

### Release Notes

<details>
<summary>vmware-tanzu/helm-charts (velero)</summary>

###
[`v6.4.0`](https://github.com/vmware-tanzu/helm-charts/releases/tag/velero-6.4.0)

[Compare
Source](https://github.com/vmware-tanzu/helm-charts/compare/velero-6.3.0...velero-6.4.0)

A Helm chart for velero

###
[`v6.3.0`](https://github.com/vmware-tanzu/helm-charts/releases/tag/velero-6.3.0)

[Compare
Source](https://github.com/vmware-tanzu/helm-charts/compare/velero-6.2.0...velero-6.3.0)

A Helm chart for velero

###
[`v6.2.0`](https://github.com/vmware-tanzu/helm-charts/releases/tag/velero-6.2.0)

[Compare
Source](https://github.com/vmware-tanzu/helm-charts/compare/velero-6.1.0...velero-6.2.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://github.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Micah Nagel <micah.nagel@defenseunicorns.com>
  • Loading branch information
renovate[bot] and mjnagel committed May 24, 2024
1 parent ebd834e commit ffbefda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/velero/common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/velero/values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/velero/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ffbefda

Please sign in to comment.