Skip to content

Commit

Permalink
chore(deps): update velero to v1.31.4
Browse files Browse the repository at this point in the history
| datasource | package                                     | from   | to     |
| ---------- | ------------------------------------------- | ------ | ------ |
| docker     | cgr.dev/du-uds-defenseunicorns/kubectl-fips | 1.31.3 | 1.31.4 |
| docker     | docker.io/bitnami/kubectl                   | 1.31.3 | 1.31.4 |
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 620e6b2 commit 77fbda6
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.3-dev
tag: 1.31.4-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.3
tag: 1.31.4

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.3
- docker.io/bitnami/kubectl:1.31.4
- 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.3-dev
- cgr.dev/du-uds-defenseunicorns/kubectl-fips:1.31.4-dev
- velero/velero-plugin-for-microsoft-azure:v1.11.0

0 comments on commit 77fbda6

Please sign in to comment.