diff --git a/charts/container-storage-modules/values.yaml b/charts/container-storage-modules/values.yaml index a08cd06a..6499f45e 100644 --- a/charts/container-storage-modules/values.yaml +++ b/charts/container-storage-modules/values.yaml @@ -244,7 +244,7 @@ csi-vxflexos: version: v2.8.0 images: driverRepository: dellemc - powerflexSdc: dellemc/sdc:3.6.0.6 + powerflexSdc: dellemc/sdc:3.6.1 certSecretCount: 0 controller: replication: @@ -289,6 +289,9 @@ csi-vxflexos: vgsnapshotter: enabled: false image: dellemc/csi-volumegroup-snapshotter:v1.2.0 + # maxVxflexosVolumesPerNode - Maximum number of volumes that controller can publish to the node. + maxVxflexosVolumesPerNode: 0 + podmon: enabled: false image: dellemc/podmon:v1.6.0 diff --git a/charts/csi-vxflexos/values.yaml b/charts/csi-vxflexos/values.yaml index 83770adf..b076e5bd 100644 --- a/charts/csi-vxflexos/values.yaml +++ b/charts/csi-vxflexos/values.yaml @@ -10,7 +10,7 @@ images: driverRepository: dellemc # "powerflexSdc" defines the SDC image for init container. - powerflexSdc: dellemc/sdc:3.6.0.6 + powerflexSdc: dellemc/sdc:3.6.1 # Represents number of certificate secrets, which user is going to create for ssl authentication. (vxflexos-cert-0..vxflexos-cert-n) @@ -107,10 +107,11 @@ allowRWOMultiPodAccess: "false" # None: volumes will be mounted with no modifications. fsGroupPolicy: File -# maxVxflexosVolumesPerNode - Maximum number of volumes that controller can publish to the node. -# Allowed values: integer +# maxVxflexosVolumesPerNode: Specify default value for maximum number of volumes that controller can publish to the node. +# If value is zero CO SHALL decide how many volumes of this type can be published by the controller to the node. +# This limit is applicable to all the nodes in the cluster for which node label 'maxVxflexosVolumesPerNode' is not set. +# Allowed values: n, where n >= 0 # Default value: 0 -# Examples : 0 , 1 maxVxflexosVolumesPerNode: 0 # "controller" allows to configure controller specific parameters