diff --git a/deploy/helm/charts/Chart.yaml b/deploy/helm/charts/Chart.yaml index dad5b8a..39ca0f6 100644 --- a/deploy/helm/charts/Chart.yaml +++ b/deploy/helm/charts/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: zfs-localpv description: CSI Driver for dynamic provisioning of ZFS Persistent Local Volumes. -version: 1.8.2 +version: 1.8.3 appVersion: 1.8.0 icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png home: http://www.openebs.io/ diff --git a/deploy/helm/charts/values.yaml b/deploy/helm/charts/values.yaml index 2869605..4067a1b 100644 --- a/deploy/helm/charts/values.yaml +++ b/deploy/helm/charts/values.yaml @@ -41,8 +41,7 @@ zfsNode: # cpu: 10m # memory: 32Mi ## Labels to be added to openebs-zfs node pods - podLabels: - name: openebs-zfs-node + podLabels: {} nodeSelector: {} tolerations: [] securityContext: {}