Skip to content

Commit

Permalink
CSI plugin is now part of Velero core (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjpryor committed Jul 15, 2024
1 parent cf16d35 commit 1bcf2ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,6 @@ jobs:
repository: vmware-tanzu/velero-plugin-for-aws
version_jsonpath: velero_s3_plugin_image_version

- key: velero-plugin-for-csi
path: ./roles/velero/defaults/main.yml
repository: vmware-tanzu/velero-plugin-for-csi
version_jsonpath: velero_csi_plugin_image_version

- key: zenith
path: ./roles/zenith/defaults/main.yml
repository: stackhpc/zenith
Expand Down
8 changes: 0 additions & 8 deletions roles/velero/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ velero_cinder_snapshot_class_name: cinder-csi-snapshot
# Velero plugin config
velero_s3_plugin_image_source: velero/velero-plugin-for-aws
velero_s3_plugin_image_version: v1.10.0
velero_csi_plugin_image_source: velero/velero-plugin-for-csi
velero_csi_plugin_image_version: v0.7.1

# Velero Helm chart config
velero_chart_name: velero
Expand Down Expand Up @@ -90,12 +88,6 @@ velero_release_defaults:
volumeMounts:
- mountPath: /target
name: plugins
- name: velero-plugin-for-csi
image: "{{ velero_csi_plugin_image_source }}:{{ velero_csi_plugin_image_version }}"
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
name: plugins
velero_release_overrides: {}
velero_release_values: >-
{{-
Expand Down

0 comments on commit 1bcf2ba

Please sign in to comment.