Skip to content

Commit

Permalink
chore(deps): update velero to v0.7.1
Browse files Browse the repository at this point in the history
| datasource | package                                                            | from   | to     |
| ---------- | ------------------------------------------------------------------ | ------ | ------ |
| docker     | registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi | v0.7.0 | v0.7.1 |
| docker     | velero/velero-plugin-for-csi                                       | v0.7.0 | v0.7.1 |
  • Loading branch information
renovate[bot] committed May 28, 2024
1 parent c7e49e9 commit 9fa16c0
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/registry1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ initContainers:
- mountPath: /target
name: plugins
- name: velero-plugin-for-csi
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi:v0.7.0
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi:v0.7.1
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
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 @@ -15,7 +15,7 @@ initContainers:
- mountPath: /target
name: plugins
- name: velero-plugin-for-csi
image: velero/velero-plugin-for-csi:v0.7.0
image: velero/velero-plugin-for-csi:v0.7.1
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
Expand Down
4 changes: 2 additions & 2 deletions src/velero/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ components:
- velero/velero:v1.13.2
- velero/velero-plugin-for-aws:v1.9.2
- docker.io/bitnami/kubectl:1.30.1
- velero/velero-plugin-for-csi:v0.7.0
- velero/velero-plugin-for-csi:v0.7.1

- name: velero
required: true
Expand All @@ -34,5 +34,5 @@ components:
images:
- 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/opensource/velero/velero-plugin-for-csi:v0.7.0
- registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi:v0.7.1
- registry1.dso.mil/ironbank/big-bang/base:2.1.0

0 comments on commit 9fa16c0

Please sign in to comment.