Skip to content

Commit

Permalink
Update missed replication version updates (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshatdell authored and shaynafinocchiaro committed Oct 29, 2024
1 parent db9cb7f commit 3394d1e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
5 changes: 2 additions & 3 deletions charts/csi-powermax/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,12 @@ images:
authorization:
image: quay.io/dell/container-storage-modules/csm-authorization-sidecar:v1.12.0
migration:
image: quay.io/dell/container-storage-modules/dell-csi-migrator:v1.5.0
image: quay.io/dell/container-storage-modules/dell-csi-migrator:v1.6.0
podmon:
image: quay.io/dell/container-storage-modules/podmon:v1.11.0
# Node rescan sidecar does a rescan on nodes for identifying new paths
# Default value: quay.io/dell/container-storage-modules/dell-csi-node-rescanner:v1.4.0
noderescan:
image: quay.io/dell/container-storage-modules/dell-csi-node-rescanner:v1.4.0
image: quay.io/dell/container-storage-modules/dell-csi-node-rescanner:v1.5.0
## K8S/DRIVER ATTRIBUTES
########################
# customDriverName: If enabled, sets the driver name to the
Expand Down
2 changes: 1 addition & 1 deletion charts/csm-replication/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ replicas: 1

# image: Defines controller image. This shouldn't be changed
# Allowed values: string
image: quay.io/dell/container-storage-modules/dell-replication-controller:v1.9.0
image: quay.io/dell/container-storage-modules/dell-replication-controller:v1.10.0

# logLevel: Defines initial log level for controller. This can be changed in runtime
# Allowed values: "debug", "info", "warn", "error", "panic"
Expand Down
7 changes: 3 additions & 4 deletions installation-wizard/container-storage-modules/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
#
# Copyright © 2023 Dell Inc. or its subsidiaries. All Rights Reserved.
# Copyright © 2023-2024 Dell Inc. or its subsidiaries. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -166,13 +166,12 @@ csi-powermax:
authorization:
image: quay.io/dell/container-storage-modules/csm-authorization-sidecar:v1.12.0
migration:
image: quay.io/dell/container-storage-modules/dell-csi-migrator:v1.5.0
image: quay.io/dell/container-storage-modules/dell-csi-migrator:v1.6.0
podmon:
image: quay.io/dell/container-storage-modules/podmon:v1.11.0
# Node rescan sidecar does a rescan on nodes for identifying new paths
# Default value: quay.io/dell/container-storage-modules/dell-csi-node-rescanner:v1.4.0
noderescan:
image: quay.io/dell/container-storage-modules/dell-csi-node-rescanner:v1.4.0
image: quay.io/dell/container-storage-modules/dell-csi-node-rescanner:v1.5.0
clusterPrefix: ABC
portGroups: PortGroup1, PortGroup2, PortGroup3
controller:
Expand Down

0 comments on commit 3394d1e

Please sign in to comment.