Skip to content

Commit

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

| Package | Update | Change |
|---|---|---|
|
[cgr.dev/du-uds-defenseunicorns/kubectl-fips](https://images.chainguard.dev/directory/image/kubectl-fips/overview)
([source](https://redirect.github.com/chainguard-images/images-private/tree/HEAD/images/kubectl-fips))
| patch | `1.31.2-dev` -> `1.31.3-dev` |
|
[docker.io/bitnami/kubectl](https://redirect.github.com/bitnami/containers)
([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/kubectl))
| patch | `1.31.2` -> `1.31.3` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 23, 2024
1 parent 6cf96f0 commit 9bf286f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/velero/values/unicorn-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
kubectl:
image:
repository: cgr.dev/du-uds-defenseunicorns/kubectl-fips
tag: 1.31.2-dev
tag: 1.31.3-dev

initContainers:
- name: velero-plugin-for-aws
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 @@ -8,7 +8,7 @@ image:
kubectl:
image:
repository: docker.io/bitnami/kubectl
tag: 1.31.2
tag: 1.31.3

initContainers:
- name: velero-plugin-for-aws
Expand Down
4 changes: 2 additions & 2 deletions src/velero/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ components:
images:
- velero/velero:v1.15.0
- velero/velero-plugin-for-aws:v1.11.0
- docker.io/bitnami/kubectl:1.31.2
- docker.io/bitnami/kubectl:1.31.3
- velero/velero-plugin-for-microsoft-azure:v1.11.0

- name: velero
Expand Down Expand Up @@ -53,5 +53,5 @@ components:
images:
- cgr.dev/du-uds-defenseunicorns/velero-fips:1.15.0-dev
- cgr.dev/du-uds-defenseunicorns/velero-plugin-for-aws-fips:1.11.0
- cgr.dev/du-uds-defenseunicorns/kubectl-fips:1.31.2-dev
- cgr.dev/du-uds-defenseunicorns/kubectl-fips:1.31.3-dev
- velero/velero-plugin-for-microsoft-azure:v1.11.0

0 comments on commit 9bf286f

Please sign in to comment.