Skip to content

Commit 45e0fbd

Browse files
authored
fix(chart): revert env OPENEBS_NAMESPACE to LVM_NAMESPACE for v1.6.x (#333)
Signed-off-by: Niladri Halder <[email protected]>
1 parent e325c8c commit 45e0fbd

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

deploy/helm/charts/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: lvm-localpv
33
description: CSI Driver for dynamic provisioning of LVM Persistent Local Volumes.
4-
version: 1.6.1
4+
version: 1.6.2
55
appVersion: 1.6.1
66
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
77
home: https://openebs.io/
@@ -16,5 +16,5 @@ sources:
1616
- https://github.com/openebs/lvm-localpv
1717
dependencies:
1818
- name: crds
19-
version: 1.6.1
19+
version: 1.6.2
2020
condition: crds.enabled
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v2
22
name: crds
3-
version: 1.6.1
3+
version: 1.6.2
44
description: A Helm chart that collects CustomResourceDefinitions (CRDs) from lvm-localpv.

deploy/helm/charts/templates/lvm-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

deploy/helm/charts/templates/lvm-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ spec:
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

0 commit comments

Comments
 (0)