diff --git a/deploy/helm/charts/Chart.yaml b/deploy/helm/charts/Chart.yaml index 4696c26f0..20d0fdc14 100644 --- a/deploy/helm/charts/Chart.yaml +++ b/deploy/helm/charts/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: zfs-localpv description: Helm chart for CSI Driver for dynamic provisioning of ZFS Persistent Local Volumes. For instructions on how to use this helm chart, see - https://openebs.github.io/zfs-localpv/ -version: 2.3.1 +version: 2.3.2 appVersion: 2.3.0 icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png home: https://openebs.io/ diff --git a/deploy/helm/charts/values.yaml b/deploy/helm/charts/values.yaml index ae0e21dfe..9009c3081 100644 --- a/deploy/helm/charts/values.yaml +++ b/deploy/helm/charts/values.yaml @@ -2,7 +2,7 @@ # This is a YAML-formatted file. # Declare variables to be passed into your templates. release: - version: "2.3.1" + version: "2.3.2" imagePullSecrets: # - name: "image-pull-secret" @@ -59,15 +59,15 @@ zfsNode: # For example: # allowedTopologyKeys: "kubernetes.io/hostname,openebs.io/rack" allowedTopologyKeys: "All" - initContainers: [] - additionalVolumes: [] + initContainers: {} + additionalVolumes: {} # zfsController contains the configurables for # the zfs controller statefulset zfsController: componentName: openebs-zfs-controller - initContainers: [] - additionalVolumes: [] + initContainers: {} + additionalVolumes: {} replicas: 1 serviceName: openebs-zfs resizer: