Skip to content

Commit

Permalink
fix(charts): correct default chart values (#506)
Browse files Browse the repository at this point in the history
* fix(charts): correct default values

Signed-off-by: Jesse Nelson <jesse@swirldslabs.com>

* fix(charts): bump chart version

Signed-off-by: Jesse Nelson <jesse@swirldslabs.com>

---------

Signed-off-by: Jesse Nelson <jesse@swirldslabs.com>
  • Loading branch information
jnels124 authored Feb 28, 2024
1 parent b236788 commit 6888ac7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions changelogs/unreleased/505-default-chart-values.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
correct the default values for initContainers and additionalVolumes
4 changes: 2 additions & 2 deletions deploy/helm/charts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
8 changes: 4 additions & 4 deletions deploy/helm/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6888ac7

Please sign in to comment.