Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: velero csi plugin #424

Merged
merged 19 commits into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/velero/values/registry1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@
volumeMounts:
- mountPath: /target
name: plugins
- name: velero-plugin-for-csi
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi:v0.7.0
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
name: plugins
configuration:
features: EnableCSI

Check failure on line 24 in src/velero/values/registry1-values.yaml

View workflow job for this annotation

GitHub Actions / lint-check

24:22 [new-line-at-end-of-file] no new line character at the end of file
mjnagel marked this conversation as resolved.
Show resolved Hide resolved
8 changes: 8 additions & 0 deletions src/velero/values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@
volumeMounts:
- mountPath: /target
name: plugins
- name: velero-plugin-for-csi
image: velero/velero-plugin-for-csi:v0.7.0
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
name: plugins
configuration:
features: EnableCSI

Check failure on line 24 in src/velero/values/upstream-values.yaml

View workflow job for this annotation

GitHub Actions / lint-check

24:22 [new-line-at-end-of-file] no new line character at the end of file
2 changes: 2 additions & 0 deletions src/velero/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ components:
images:
- velero/velero:v1.13.2
- velero/velero-plugin-for-aws:v1.9.2
- velero/velero-plugin-for-csi:v0.7.0
- docker.io/bitnami/kubectl:1.30.0

- name: velero
Expand All @@ -33,4 +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/big-bang/base:2.1.0
Loading