File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : lvm-localpv
33description : CSI Driver for dynamic provisioning of LVM Persistent Local Volumes.
4- version : 1.6.1
4+ version : 1.6.2
55appVersion : 1.6.1
66icon : https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
77home : https://openebs.io/
@@ -16,5 +16,5 @@ sources:
1616- https://github.com/openebs/lvm-localpv
1717dependencies :
1818 - name : crds
19- version : 1.6.1
19+ version : 1.6.2
2020 condition : crds.enabled
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : crds
3- version : 1.6.1
3+ version : 1.6.2
44description : A Helm chart that collects CustomResourceDefinitions (CRDs) from lvm-localpv.
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ spec:
109109 value : controller
110110 - name : OPENEBS_CSI_ENDPOINT
111111 value : unix:///var/lib/csi/sockets/pluginproxy/csi.sock
112- - name : OPENEBS_NAMESPACE
112+ - name : LVM_NAMESPACE
113113 valueFrom :
114114 fieldRef :
115115 fieldPath : metadata.namespace
Original file line number Diff line number Diff line change 9191 value : unix:///plugin/csi.sock
9292 - name : OPENEBS_NODE_DRIVER
9393 value : agent
94- - name : OPENEBS_NAMESPACE
94+ - name : LVM_NAMESPACE
9595 valueFrom :
9696 fieldRef :
9797 fieldPath : metadata.namespace
You can’t perform that action at this time.
0 commit comments