Skip to content

Commit

Permalink
chore(deps): update velero (#260)
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 | minor | `1.28.6` -> `1.29.3` |
|
[registry1.dso.mil/ironbank/opensource/velero/velero](https://velero.io)
([source](https://repo1.dso.mil/dsop/opensource/velero/velero)) | patch
| `v1.13.0` -> `v1.13.1` |
|
[registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws](https://togithub.com/vmware-tanzu/velero-plugin-for-aws)
([source](https://repo1.dso.mil/dsop/opensource/velero/velero-plugin-for-aws))
| patch | `v1.9.0` -> `v1.9.1` |
| [velero](https://togithub.com/vmware-tanzu/velero)
([source](https://togithub.com/vmware-tanzu/helm-charts)) | major |
`5.4.1` -> `6.0.0` |
| velero/velero | patch | `v1.13.0` -> `v1.13.1` |
| velero/velero-plugin-for-aws | patch | `v1.9.0` -> `v1.9.1` |

---

### Release Notes

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

###
[`v6.0.0`](https://togithub.com/vmware-tanzu/helm-charts/releases/tag/velero-6.0.0)

[Compare
Source](https://togithub.com/vmware-tanzu/helm-charts/compare/velero-5.4.1...velero-6.0.0)

A Helm chart for velero

#### What's Changed

- fix(velero): remove useless `nodeAgent.privileged` by
[@&#8203;cwrau](https://togithub.com/cwrau) in
[https://github.com/vmware-tanzu/helm-charts/pull/509](https://togithub.com/vmware-tanzu/helm-charts/pull/509)

#### New Contributors

- [@&#8203;cwrau](https://togithub.com/cwrau) made their first
contribution in
[https://github.com/vmware-tanzu/helm-charts/pull/509](https://togithub.com/vmware-tanzu/helm-charts/pull/509)

**Full Changelog**:
vmware-tanzu/helm-charts@velero-5.4.1...velero-6.0.0

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 27, 2024
1 parent e3586c3 commit 1e89fb9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/velero/common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ components:
- name: velero
namespace: velero
url: https://vmware-tanzu.github.io/helm-charts
version: 5.4.1
version: 6.0.0
repoName: velero
releaseName: velero
valuesFiles:
Expand Down
4 changes: 2 additions & 2 deletions src/velero/values/registry1-values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: registry1.dso.mil/ironbank/opensource/velero/velero
tag: v1.13.0
tag: v1.13.1

kubectl:
image:
Expand All @@ -9,7 +9,7 @@ kubectl:

initContainers:
- name: velero-plugin-for-aws
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.9.0
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.9.1
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
Expand Down
6 changes: 3 additions & 3 deletions src/velero/values/upstream-values.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
image:
repository: velero/velero
tag: v1.13.0
tag: v1.13.1

kubectl:
image:
repository: docker.io/bitnami/kubectl
tag: 1.28.6
tag: 1.29.3

initContainers:
- name: velero-plugin-for-aws
image: velero/velero-plugin-for-aws:v1.9.0
image: velero/velero-plugin-for-aws:v1.9.1
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
Expand Down
10 changes: 5 additions & 5 deletions src/velero/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ components:
valuesFiles:
- values/upstream-values.yaml
images:
- velero/velero:v1.13.0
- velero/velero-plugin-for-aws:v1.9.0
- docker.io/bitnami/kubectl:1.28.6
- velero/velero:v1.13.1
- velero/velero-plugin-for-aws:v1.9.1
- docker.io/bitnami/kubectl:1.29.3

- name: velero
required: true
Expand All @@ -31,6 +31,6 @@ components:
valuesFiles:
- values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/opensource/velero/velero:v1.13.0
- registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.9.0
- registry1.dso.mil/ironbank/opensource/velero/velero:v1.13.1
- registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.9.1
- registry1.dso.mil/ironbank/big-bang/base:2.1.0

0 comments on commit 1e89fb9

Please sign in to comment.