Skip to content

Commit

Permalink
chore(deps): update velero kubectl to v1.31.1 (#757)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/bitnami/kubectl](https://redirect.github.com/bitnami/containers)
([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/kubectl))
| patch | `1.31.0` -> `1.31.1` |

---

### 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.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/defenseunicorns/uds-core).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 13, 2024
1 parent a97b509 commit c15d77e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.31.0
tag: 1.31.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.14.1
- velero/velero-plugin-for-aws:v1.10.1
- docker.io/bitnami/kubectl:1.31.0
- docker.io/bitnami/kubectl:1.31.1
- velero/velero-plugin-for-microsoft-azure:v1.10.1

- name: velero
Expand Down

0 comments on commit c15d77e

Please sign in to comment.