diff --git a/changelogs/unreleased/505-default-chart-values.md b/changelogs/unreleased/505-default-chart-values.md new file mode 100644 index 000000000..88960fed1 --- /dev/null +++ b/changelogs/unreleased/505-default-chart-values.md @@ -0,0 +1 @@ +correct the default values for initContainers and additionalVolumes \ No newline at end of file diff --git a/deploy/helm/charts/Chart.yaml b/deploy/helm/charts/Chart.yaml index 4a2302722..eebf23dd3 100644 --- a/deploy/helm/charts/Chart.yaml +++ b/deploy/helm/charts/Chart.yaml @@ -1,8 +1,8 @@ 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.4.1 -appVersion: 2.4.1 +version: 2.4.2 +appVersion: 2.4.2 icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png home: https://openebs.io/ keywords: diff --git a/deploy/helm/charts/values.yaml b/deploy/helm/charts/values.yaml index bf09a90b8..6b38089c1 100644 --- a/deploy/helm/charts/values.yaml +++ b/deploy/helm/charts/values.yaml @@ -60,15 +60,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: