From bd0371232c55d09f8432d6f200c1eafabe2fbe1f Mon Sep 17 00:00:00 2001 From: Jesse Nelson Date: Tue, 20 Feb 2024 14:39:21 -0600 Subject: [PATCH 1/2] fix(charts): correct default values Signed-off-by: Jesse Nelson --- changelogs/unreleased/505-default-chart-values.md | 1 + deploy/helm/charts/values.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 changelogs/unreleased/505-default-chart-values.md 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/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: From 23d91fa0027e6c16785919de4af5902991a6e425 Mon Sep 17 00:00:00 2001 From: Jesse Nelson Date: Tue, 20 Feb 2024 21:32:12 -0600 Subject: [PATCH 2/2] fix(charts): bump chart version Signed-off-by: Jesse Nelson --- deploy/helm/charts/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: