Skip to content

Commit

Permalink
rb
Browse files Browse the repository at this point in the history
  • Loading branch information
falfaroc committed Oct 11, 2024
1 parent 77d422a commit 91973e3
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions installation-wizard/container-storage-modules/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
########################
csi-powerstore:
enabled: false
version: "v2.11.0"
version: "v2.12.0"
images:
# "driver" defines the container image, used for the driver container.
driver:
image: dellemc/csi-powerstore:v2.11.0
image: dellemc/csi-powerstore:v2.12.0
# CSI sidecars
attacher:
image: registry.k8s.io/sig-storage/csi-attacher:v4.7.0
Expand Down Expand Up @@ -140,11 +140,11 @@ csi-powermax:
- endpoint: https://backup-1.unisphe.re:8443
# - endpoint: https://primary-2.unisphe.re:8443
# - endpoint: https://backup-2.unisphe.re:8443
version: "v2.11.0"
version: "v2.12.0"
images:
# "driver" defines the container image, used for the driver container.
driver:
image: dellemc/csi-powermax:v2.11.0
image: dellemc/csi-powermax:v2.12.0
csireverseproxy:
image: dellemc/csipowermax-reverseproxy:v2.10.0
# CSI sidecars
Expand All @@ -167,8 +167,12 @@ csi-powermax:
image: dellemc/csm-authorization-sidecar:v1.11.0
migration:
image: dellemc/dell-csi-migrator:v1.5.0
noderescan:
podmon:
image: dellemc/podmon:v1.11.0
# Node rescan sidecar does a rescan on nodes for identifying new paths
# Default value: dellemc/dell-csi-node-rescanner:v1.4.0
noderescan:
image: dellemc/dell-csi-node-rescanner:v1.4.0
clusterPrefix: ABC
portGroups: PortGroup1, PortGroup2, PortGroup3
controller:
Expand Down Expand Up @@ -207,11 +211,11 @@ csi-powermax:
########################
csi-isilon:
enabled: false
version: "v2.11.0"
version: "v2.12.0"
images:
# "driver" defines the container image, used for the driver container.
driver:
image: dellemc/csi-isilon:v2.11.0
image: dellemc/csi-isilon:v2.12.0
# CSI sidecars
attacher:
image: registry.k8s.io/sig-storage/csi-attacher:v4.7.0
Expand Down

0 comments on commit 91973e3

Please sign in to comment.