Skip to content

Commit

Permalink
charts: add LVM VolumeSnapshotClass as default
Browse files Browse the repository at this point in the history
    - Also release 0.1.4 for it

Signed-off-by: Vicente Cheng <[email protected]>
  • Loading branch information
Vicente-Cheng committed Oct 9, 2024
1 parent ee77e5f commit 007e52f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/harvester-csi-driver-lvm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.3
version: 0.1.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
7 changes: 7 additions & 0 deletions charts/harvester-csi-driver-lvm/templates/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,10 @@ spec:
- Persistent
podInfoOnMount: true
attachRequired: false
---
apiVersion: snapshot.storage.k8s.io/v1
deletionPolicy: Delete
driver: lvm.driver.harvesterhci.io
kind: VolumeSnapshotClass
metadata:
name: lvm-snapshot

0 comments on commit 007e52f

Please sign in to comment.