diff --git a/charts/container-storage-modules/values.yaml b/charts/container-storage-modules/values.yaml index 5decf4c4..b0f135e1 100644 --- a/charts/container-storage-modules/values.yaml +++ b/charts/container-storage-modules/values.yaml @@ -250,7 +250,7 @@ csi-vxflexos: version: v2.9.0 images: driverRepository: dellemc - powerflexSdc: dellemc/sdc:3.6.1 + powerflexSdc: dellemc/sdc:4.5 certSecretCount: 0 controller: replication: diff --git a/charts/csi-powerstore/templates/_helpers.tpl b/charts/csi-powerstore/templates/_helpers.tpl index a16f8d5e..a628bbb6 100644 --- a/charts/csi-powerstore/templates/_helpers.tpl +++ b/charts/csi-powerstore/templates/_helpers.tpl @@ -4,7 +4,7 @@ Return the appropriate sidecar images based on k8s version {{- define "csi-powerstore.attacherImage" -}} {{- if eq .Capabilities.KubeVersion.Major "1" }} {{- if and (ge (trimSuffix "+" .Capabilities.KubeVersion.Minor) "24") (le (trimSuffix "+" .Capabilities.KubeVersion.Minor) "28") -}} - {{- print "registry.k8s.io/sig-storage/csi-attacher:v4.4.0" -}} + {{- print "registry.k8s.io/sig-storage/csi-attacher:v4.4.1" -}} {{- end -}} {{- end -}} {{- end -}} diff --git a/charts/csi-vxflexos/templates/_helpers.tpl b/charts/csi-vxflexos/templates/_helpers.tpl index e21cd0b0..66af7753 100644 --- a/charts/csi-vxflexos/templates/_helpers.tpl +++ b/charts/csi-vxflexos/templates/_helpers.tpl @@ -4,7 +4,7 @@ Return the appropriate sidecar images based on k8s version {{- define "csi-vxflexos.attacherImage" -}} {{- if eq .Capabilities.KubeVersion.Major "1" }} {{- if and (ge (trimSuffix "+" .Capabilities.KubeVersion.Minor) "21") (le (trimSuffix "+" .Capabilities.KubeVersion.Minor) "28") -}} - {{- print "registry.k8s.io/sig-storage/csi-attacher:v4.4.0" -}} + {{- print "registry.k8s.io/sig-storage/csi-attacher:v4.4.1" -}} {{- end -}} {{- end -}} {{- end -}} diff --git a/charts/csi-vxflexos/values.yaml b/charts/csi-vxflexos/values.yaml index 3d9e7f73..9d3132ce 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.1 + powerflexSdc: dellemc/sdc:4.5 # Represents number of certificate secrets, which user is going to create for ssl authentication. (vxflexos-cert-0..vxflexos-cert-n)