Skip to content

Commit

Permalink
fix(lvm-node): update the lvm-node podlabels (#158)
Browse files Browse the repository at this point in the history
* added pod label `app:  openebs-lvm-node`
* bumped up chart version

Signed-off-by: Abhishek Agarwal <[email protected]>
  • Loading branch information
Abhishek Agarwal authored Sep 23, 2021
1 parent 83e17b5 commit 876b40f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/charts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: lvm-localpv
description: CSI Driver for dynamic provisioning of LVM Persistent Local Volumes.
version: 0.8.4
version: 0.8.5
appVersion: 0.8.2
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
home: http://www.openebs.io/
Expand Down
3 changes: 2 additions & 1 deletion deploy/helm/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ lvmNode:
# cpu: 10m
# memory: 32Mi
## Labels to be added to openebs-lvm node pods
podLabels: {}
podLabels:
app: openebs-lvm-node
nodeSelector: {}
tolerations: []
securityContext: {}
Expand Down

0 comments on commit 876b40f

Please sign in to comment.