Skip to content

Commit a14ac03

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 a14ac03

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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

+1-1
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
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
apiVersion: snapshot.storage.k8s.io/v1
2+
deletionPolicy: Delete
3+
driver: lvm.driver.harvesterhci.io
4+
kind: VolumeSnapshotClass
5+
metadata:
6+
name: lvm-snapshot

0 commit comments

Comments
 (0)