Skip to content

Commit

Permalink
chore(deps): update velero
Browse files Browse the repository at this point in the history
| datasource | package                                                            | from    | to      |
| ---------- | ------------------------------------------------------------------ | ------- | ------- |
| docker     | docker.io/bitnami/kubectl                                          | 1.29.3  | 1.30.0  |
| docker     | registry1.dso.mil/ironbank/opensource/velero/velero                | v1.13.1 | v1.13.2 |
| docker     | registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws | v1.9.1  | v1.9.2  |
| docker     | velero/velero                                                      | v1.13.1 | v1.13.2 |
| docker     | velero/velero-plugin-for-aws                                       | v1.9.1  | v1.9.2  |
  • Loading branch information
renovate[bot] authored Apr 26, 2024
1 parent 4a70f40 commit 01827c4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
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 01827c4

Please sign in to comment.