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     | cgr.dev/du-uds-defenseunicorns/kubectl-fips         | 1.29.7  | 1.29.8  |
| docker     | cgr.dev/du-uds-defenseunicorns/velero-fips          | 1.14.0  | 1.14.1  |
| docker     | registry1.dso.mil/ironbank/opensource/velero/velero | v1.14.0 | v1.14.1 |
| docker     | velero/velero                                       | v1.14.0 | v1.14.1 |
| docker     | velero/velero-plugin-for-aws                        | v1.10.0 | v1.10.1 |
| docker     | velero/velero-plugin-for-microsoft-azure            | v1.10.0 | v1.10.1 |
  • Loading branch information
renovate[bot] authored Aug 26, 2024
1 parent 957f388 commit 3de80bc
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion 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.14.0
tag: v1.14.1

kubectl:
image:
Expand Down
6 changes: 3 additions & 3 deletions src/velero/values/unicorn-values.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
image:
repository: cgr.dev/du-uds-defenseunicorns/velero-fips
tag: 1.14.0-dev
tag: 1.14.1-dev

kubectl:
image:
repository: cgr.dev/du-uds-defenseunicorns/kubectl-fips
tag: 1.29.7-dev
tag: 1.29.8-dev

initContainers:
- name: velero-plugin-for-aws
Expand All @@ -15,7 +15,7 @@ initContainers:
- mountPath: /target
name: plugins
- name: velero-plugin-for-azure
image: velero/velero-plugin-for-microsoft-azure:v1.10.0
image: velero/velero-plugin-for-microsoft-azure:v1.10.1
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,6 +1,6 @@
image:
repository: velero/velero
tag: v1.14.0
tag: v1.14.1

kubectl:
image:
Expand All @@ -9,13 +9,13 @@ kubectl:

initContainers:
- name: velero-plugin-for-aws
image: velero/velero-plugin-for-aws:v1.10.0
image: velero/velero-plugin-for-aws:v1.10.1
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
name: plugins
- name: velero-plugin-for-azure
image: velero/velero-plugin-for-microsoft-azure:v1.10.0
image: velero/velero-plugin-for-microsoft-azure:v1.10.1
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
Expand Down
14 changes: 7 additions & 7 deletions src/velero/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ components:
valuesFiles:
- values/upstream-values.yaml
images:
- velero/velero:v1.14.0
- velero/velero-plugin-for-aws:v1.10.0
- velero/velero:v1.14.1
- velero/velero-plugin-for-aws:v1.10.1
- docker.io/bitnami/kubectl:1.31.0
- velero/velero-plugin-for-microsoft-azure:v1.10.0
- velero/velero-plugin-for-microsoft-azure:v1.10.1

- name: velero
required: true
Expand All @@ -32,7 +32,7 @@ components:
valuesFiles:
- values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/opensource/velero/velero:v1.14.0
- registry1.dso.mil/ironbank/opensource/velero/velero:v1.14.1
- registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.10.0
- registry1.dso.mil/ironbank/big-bang/base:2.1.0
- registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure:v1.10.0
Expand All @@ -48,7 +48,7 @@ components:
valuesFiles:
- values/unicorn-values.yaml
images:
- cgr.dev/du-uds-defenseunicorns/velero-fips:1.14.0-dev
- cgr.dev/du-uds-defenseunicorns/velero-fips:1.14.1-dev
- cgr.dev/du-uds-defenseunicorns/velero-plugin-for-aws-fips:1.10.0
- cgr.dev/du-uds-defenseunicorns/kubectl-fips:1.29.7-dev
- velero/velero-plugin-for-microsoft-azure:v1.10.0
- cgr.dev/du-uds-defenseunicorns/kubectl-fips:1.29.8-dev
- velero/velero-plugin-for-microsoft-azure:v1.10.1

0 comments on commit 3de80bc

Please sign in to comment.