Skip to content

Commit ecc1789

Browse files
CSM 1.16.2 changes (#1761)
Co-authored-by: Surya Gupta <surya.gupta1@dell.com>
1 parent c07c5ab commit ecc1789

File tree

17 files changed

+53
-45
lines changed

17 files changed

+53
-45
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build w/ Hugo & deploy to GitHub Pages
33
on:
44
push:
55
branches:
6-
- release-1.16.1
6+
- release-1.16.2
77
workflow_dispatch:
88

99
jobs:

content/docs/concepts/csidriver/features/powermax.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -842,6 +842,8 @@ spec:
842842

843843
The CSI PowerMax driver introduces support for dynamic creation and management of multiple Storage Groups under a single StorageClass. This feature enables scaling beyond the volume limit per SG, ensuring optimal utilization of the PowerMax array’s capacity while maintaining consistent performance characteristics.
844844

845+
**Note:** This capability requires PowerMax 10.1.0 or later version
846+
845847
#### Multiple Storage Groups per StorageClass
846848
- A single StorageClass can have multiple SGs associated with it under the same SLO.
847849

content/docs/getting-started/installation/installationwizard/operator.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Create a `ConfigMap` that defines **all container images** for the CSM version b
5151

5252
**Important**: ConfigMap takes precedence over all other settings.
5353

54-
**Certified OCP Example**: [OCP Example](https://github.com/dell/csm-operator/blob/main/samples/ocp/1.11.1/ocp_configmap.yaml)
54+
**Certified OCP Example**: [OCP Example](https://github.com/dell/csm-operator/blob/main/samples/ocp/1.11.2/ocp_configmap.yaml)
5555

5656
**Example for upstream k8s and OCP environments.**:
5757
```yaml
@@ -67,7 +67,7 @@ Create a `ConfigMap` that defines **all container images** for the CSM version b
6767
powerstore: quay.io/dell/container-storage-modules/csi-powerstore:v2.16.0
6868
powerflex: quay.io/dell/container-storage-modules/csi-vxflexos:v2.16.0
6969
isilon: quay.io/dell/container-storage-modules/csi-isilon:v2.16.0
70-
powermax: quay.io/dell/container-storage-modules/csi-powermax:v2.16.0
70+
powermax: quay.io/dell/container-storage-modules/csi-powermax:v2.16.1
7171
karavi-authorization-proxy: quay.io/dell/container-storage-modules/csm-authorization-sidecar:v2.4.0
7272
podmon: quay.io/dell/container-storage-modules/podmon:v1.15.0
7373
otel-collector: ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector:0.143.1
@@ -78,7 +78,7 @@ Create a `ConfigMap` that defines **all container images** for the CSM version b
7878
metrics-powerscale: quay.io/dell/container-storage-modules/csm-metrics-powerscale:v1.11.0
7979
dell-csi-replicator: quay.io/dell/container-storage-modules/dell-csi-replicator:v1.14.0
8080
dell-replication-controller-manager: quay.io/dell/container-storage-modules/dell-replication-controller:v1.14.0
81-
csipowermax-reverseproxy: quay.io/dell/container-storage-modules/csipowermax-reverseproxy:v2.15.0
81+
csipowermax-reverseproxy: quay.io/dell/container-storage-modules/csipowermax-reverseproxy:v2.15.1
8282
sdc: quay.io/dell/storage/powerflex/sdc:5.0
8383
sdc-monitor: quay.io/dell/storage/powerflex/sdc:5.0
8484
provisioner: registry.k8s.io/sig-storage/csi-provisioner:v6.1.0

content/docs/getting-started/installation/installationwizard/src/csm-versions/default-values.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
csmVersion=1.16.0
1+
csmVersion=1.16.2
22
imageRepository=dellemc
33
controllerCount=1
44
nodeSelectorLabel=node-role.kubernetes.io/control-plane:

content/docs/getting-started/installation/installationwizard/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<select id="csm-version" class="form-select" onchange="onCSMVersionChange(); validateInput(validateForm, CONSTANTS)" required>
8585
<option value="1.14.0">CSM 1.14</option>
8686
<option value="1.15.1" >CSM 1.15</option>
87-
<option value="1.16.1" selected>CSM 1.16</option>
87+
<option value="1.16.2" selected>CSM 1.16</option>
8888
</select>
8989
</div>
9090
</div>

content/docs/getting-started/installation/installationwizard/src/templates/helm/csm-1.16.0-values.template renamed to content/docs/getting-started/installation/installationwizard/src/templates/helm/csm-1.16.2-values.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,13 @@ csi-powermax:
135135
transportProtocol: "$NODE_TRANSPORT_PROTOCOL"
136136
useSecret: $REVPROXY_USE_SECRET
137137
managedArrays: "$POWERMAX_STORAGE_ARRAY_ID"
138-
version: v2.16.0
138+
version: v2.16.1
139139
images:
140140
# "driver" defines the container image, used for the driver container.
141141
driver:
142-
image: quay.io/dell/container-storage-modules/csi-powermax:v2.16.0
142+
image: quay.io/dell/container-storage-modules/csi-powermax:v2.16.1
143143
csireverseproxy:
144-
image: quay.io/dell/container-storage-modules/csipowermax-reverseproxy:v2.15.0
144+
image: quay.io/dell/container-storage-modules/csipowermax-reverseproxy:v2.15.1
145145
# CSI sidecars
146146
attacher:
147147
image: registry.k8s.io/sig-storage/csi-attacher:v4.10.0

content/docs/getting-started/installation/installationwizard/src/templates/operator/csm-isilon-1.16.1.template renamed to content/docs/getting-started/installation/installationwizard/src/templates/operator/csm-isilon-1.16.2.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ metadata:
1818
name: isilon
1919
namespace: $NAMESPACE
2020
spec:
21-
version: v1.16.1
21+
version: v1.16.2
2222
driver:
2323
csiDriverType: "isilon"
2424
csiDriverSpec:

content/docs/getting-started/installation/installationwizard/src/templates/operator/csm-powermax-1.16.1.template renamed to content/docs/getting-started/installation/installationwizard/src/templates/operator/csm-powermax-1.16.2.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ metadata:
1818
name: powermax
1919
namespace: $NAMESPACE
2020
spec:
21-
version: v1.16.1
21+
version: v1.16.2
2222
# Add fields here
2323
driver:
2424
csiDriverType: "powermax"

content/docs/getting-started/installation/installationwizard/src/templates/operator/csm-powerstore-1.16.1.template renamed to content/docs/getting-started/installation/installationwizard/src/templates/operator/csm-powerstore-1.16.2.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ metadata:
1919
name: powerstore
2020
namespace: $NAMESPACE
2121
spec:
22-
version: v1.16.1
22+
version: v1.16.2
2323
driver:
2424
csiDriverType: "powerstore"
2525
csiDriverSpec:

content/docs/getting-started/installation/kubernetes/powermax/helm/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Install Helm 3 on the master node before you install CSI Driver for PowerMax.
8282
5. Download the default values.yaml file.
8383
```bash
8484
cd dell-csi-helm-installer
85-
wget -O my-powermax-settings.yaml https://github.com/dell/helm-charts/raw/csi-powermax-{{< version-docs key="driver_latestVersion" >}}/charts/csi-powermax/values.yaml
85+
wget -O my-powermax-settings.yaml https://github.com/dell/helm-charts/raw/csi-powermax-{{< version-docs key="PMax_latestVersion" >}}/charts/csi-powermax/values.yaml
8686
```
8787

8888
6. Edit the newly created file and provide values for the following parameters.

0 commit comments

Comments
 (0)