Skip to content

Commit 007e52f

Browse files
committed
charts: add LVM VolumeSnapshotClass as default
- Also release 0.1.4 for it Signed-off-by: Vicente Cheng <[email protected]>
1 parent ee77e5f commit 007e52f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

charts/harvester-csi-driver-lvm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.3
18+
version: 0.1.4
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/harvester-csi-driver-lvm/templates/common.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,10 @@ spec:
1010
- Persistent
1111
podInfoOnMount: true
1212
attachRequired: false
13+
---
14+
apiVersion: snapshot.storage.k8s.io/v1
15+
deletionPolicy: Delete
16+
driver: lvm.driver.harvesterhci.io
17+
kind: VolumeSnapshotClass
18+
metadata:
19+
name: lvm-snapshot

0 commit comments

Comments
 (0)