Skip to content

Commit 876b40f

Browse files
author
Abhishek Agarwal
authored
fix(lvm-node): update the lvm-node podlabels (#158)
* added pod label `app: openebs-lvm-node` * bumped up chart version Signed-off-by: Abhishek Agarwal <[email protected]>
1 parent 83e17b5 commit 876b40f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

deploy/helm/charts/Chart.yaml

Lines changed: 1 addition & 1 deletion
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: 0.8.4
4+
version: 0.8.5
55
appVersion: 0.8.2
66
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
77
home: http://www.openebs.io/

deploy/helm/charts/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ lvmNode:
4444
# cpu: 10m
4545
# memory: 32Mi
4646
## Labels to be added to openebs-lvm node pods
47-
podLabels: {}
47+
podLabels:
48+
app: openebs-lvm-node
4849
nodeSelector: {}
4950
tolerations: []
5051
securityContext: {}

0 commit comments

Comments
 (0)