Skip to content

Commit

Permalink
chore(deps): update velero (#350)
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://togithub.com/bitnami/containers)
([source](https://togithub.com/bitnami/containers/tree/HEAD/bitnami/kubectl))
| minor | `1.29.3` -> `1.30.0` |
|
[registry1.dso.mil/ironbank/opensource/velero/velero](https://velero.io)
([source](https://repo1.dso.mil/dsop/opensource/velero/velero)) | patch
| `v1.13.1` -> `v1.13.2` |
|
[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.1` -> `v1.9.2` |
| [velero](https://togithub.com/vmware-tanzu/velero)
([source](https://togithub.com/vmware-tanzu/helm-charts)) | minor |
`6.0.0` -> `6.1.0` |
| velero/velero | patch | `v1.13.1` -> `v1.13.2` |
| velero/velero-plugin-for-aws | patch | `v1.9.1` -> `v1.9.2` |

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/vmware-tanzu/helm-charts/compare/velero-6.0.0...velero-6.1.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 14, 2024
1 parent 1750b23 commit e7cb33e
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 @@ -37,7 +37,7 @@ components:
- name: velero
namespace: velero
url: https://vmware-tanzu.github.io/helm-charts
version: 6.0.0
version: 6.1.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.1
tag: v1.13.2

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.1
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.9.2
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.1
tag: v1.13.2

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

initContainers:
- name: velero-plugin-for-aws
image: velero/velero-plugin-for-aws:v1.9.1
image: velero/velero-plugin-for-aws:v1.9.2
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.1
- velero/velero-plugin-for-aws:v1.9.1
- docker.io/bitnami/kubectl:1.29.3
- velero/velero:v1.13.2
- velero/velero-plugin-for-aws:v1.9.2
- docker.io/bitnami/kubectl:1.30.0

- 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.1
- registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.9.1
- registry1.dso.mil/ironbank/opensource/velero/velero:v1.13.2
- registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.9.2
- registry1.dso.mil/ironbank/big-bang/base:2.1.0

0 comments on commit e7cb33e

Please sign in to comment.