diff --git a/content/docs/csidriver/_index.md b/content/docs/csidriver/_index.md
index e52bbcd1f0..b2261f7a77 100644
--- a/content/docs/csidriver/_index.md
+++ b/content/docs/csidriver/_index.md
@@ -17,13 +17,13 @@ The CSI Drivers by Dell implement an interface between [CSI](https://kubernetes-
| | PowerMax | PowerFlex | Unity XT | PowerScale | PowerStore |
|---------------|:----------------:|:-------------------:|:----------------:|:-----------------:|:----------------:|
| Kubernetes | 1.24, 1.25, 1.26 | 1.23, 1.24, 1.25 | 1.24, 1.25, 1.26 | 1.23, 1.24, 1.25 | 1.24, 1.25, 1.26 |
-| RHEL | 7.x,8.x | 7.x,8.x | 7.x,8.x | 7.x,8.x | 7.x,8.x |
+| RHEL | 7.x,8.x | 7.x,8.x | 7.x,8.x | 7.x,8.x | 7.9,8.6 |
| Ubuntu | 20.04 | 20.04 | 18.04, 20.04 | 18.04, 20.04 | 20.04 |
| CentOS | 7.8, 7.9 | 7.8, 7.9 | 7.8, 7.9 | 7.8, 7.9 | 7.8, 7.9 |
| SLES | 15SP4 | 15SP4 | 15SP4 | 15SP3 | 15SP3 |
| Red Hat OpenShift | 4.10, 4.10 EUS, 4.11 | 4.10, 4.10 EUS, 4.11 | 4.10, 4.10 EUS, 4.11 | 4.10, 4.10 EUS, 4.11 | 4.10, 4.10 EUS, 4.11 |
-| Mirantis Kubernetes Engine | 3.5.x | 3.6.0 | 3.6.0 | 3.5.x | 3.6.x |
-| Google Anthos | 1.12 | 1.12 | no | 1.12 | 1.12 |
+| Mirantis Kubernetes Engine | 3.5.x | 3.6.0 | 3.6.0 | 3.5.x | 3.6.1 |
+| Google Anthos | 1.12 | 1.12 | no | 1.12 | 1.13 |
| VMware Tanzu | no | no | NFS | NFS | NFS,iSCSI |
| Rancher Kubernetes Engine | yes | 1.4.1 | 1.4.1 | yes | yes |
| Amazon Elastic Kubernetes Service
Anywhere | no | yes | no | yes | yes |
diff --git a/content/docs/csidriver/installation/helm/powerstore.md b/content/docs/csidriver/installation/helm/powerstore.md
index 4d12ac3c6b..8ddafe634a 100644
--- a/content/docs/csidriver/installation/helm/powerstore.md
+++ b/content/docs/csidriver/installation/helm/powerstore.md
@@ -74,6 +74,7 @@ If you want to use the protocol, set up the NVMe initiators as follows:
modprobe nvme
modprobe nvme_tcp
```
+- The NVMe modules may not be available after a node reboot. Loading the modules at startup is recommended.
**Requirements for NVMeFC**
- NVMeFC Zoning of the Host Bus Adapters (HBAs) to the Fibre Channel port must be done.
diff --git a/content/docs/csidriver/installation/operator/_index.md b/content/docs/csidriver/installation/operator/_index.md
index 95bf8bd118..3e00026e78 100644
--- a/content/docs/csidriver/installation/operator/_index.md
+++ b/content/docs/csidriver/installation/operator/_index.md
@@ -60,9 +60,9 @@ If you have installed an old version of the `dell-csi-operator` which was availa
| CSI Unity XT | 2.4.0 | v2.4.0 | 1.22, 1.23, 1.24 | 4.9, 4.10, 4.10 EUS |
| CSI Unity XT | 2.5.0 | v2.5.0 | 1.23, 1.24, 1.25 | 4.10, 4.10 EUS, 4.11 |
| CSI Unity XT | 2.6.0 | v2.6.0 | 1.24, 1.25, 1.26 | 4.10, 4.10 EUS, 4.11 |
-| CSI PowerStore | 2.3.0 | v2.3.0 | 1.22, 1.23, 1.24 | 4.9, 4.10, 4.10 EUS |
| CSI PowerStore | 2.4.0 | v2.4.0 | 1.22, 1.23, 1.24 | 4.9, 4.10, 4.10 EUS |
| CSI PowerStore | 2.5.0 | v2.5.0 | 1.23, 1.24. 1.25 | 4.10, 4.10 EUS, 4.11 |
+| CSI PowerStore | 2.6.0 | v2.6.0 | 1.24, 1.25. 1.26 | 4.10, 4.10 EUS, 4.11 |
diff --git a/content/docs/csidriver/installation/operator/powerstore.md b/content/docs/csidriver/installation/operator/powerstore.md
index 110fbca777..4be737301d 100644
--- a/content/docs/csidriver/installation/operator/powerstore.md
+++ b/content/docs/csidriver/installation/operator/powerstore.md
@@ -69,14 +69,14 @@ metadata:
namespace: test-powerstore
spec:
driver:
- configVersion: v2.5.0
+ configVersion: v2.6.0
replicas: 2
dnsPolicy: ClusterFirstWithHostNet
forceUpdate: false
fsGroupPolicy: ReadWriteOnceWithFSType
storageCapacity: true
common:
- image: "dellemc/csi-powerstore:v2.5.0"
+ image: "dellemc/csi-powerstore:v2.6.0"
imagePullPolicy: IfNotPresent
envs:
- name: X_CSI_POWERSTORE_NODE_NAME_PREFIX
diff --git a/content/docs/csidriver/release/powerstore.md b/content/docs/csidriver/release/powerstore.md
index 5594f09e21..33e23b59a9 100644
--- a/content/docs/csidriver/release/powerstore.md
+++ b/content/docs/csidriver/release/powerstore.md
@@ -3,14 +3,12 @@ title: PowerStore
description: Release notes for PowerStore CSI driver
---
-## Release Notes - CSI PowerStore v2.5.0
+## Release Notes - CSI PowerStore v2.6.0
### New Features/Changes
-- [Added support for Storage Capacity Tracking feature](https://github.com/dell/csm/issues/483)
-- [Added support for Kubernetes 1.25](https://github.com/dell/csm/issues/478)
-- [Added support for OpenShift 4.11](https://github.com/dell/csm/issues/480)
-- [Added support for PowerStore 3.2 array](https://github.com/dell/csm/issues/482)
+- [Added support for Resiliency](https://github.com/dell/csm/issues/587)
+- [Added support for Kubernetes 1.26](https://github.com/dell/csm/issues/597)
### Fixed Issues
diff --git a/content/docs/csidriver/upgradation/drivers/powerstore.md b/content/docs/csidriver/upgradation/drivers/powerstore.md
index 0dbb2c5abf..b96efe3fb3 100644
--- a/content/docs/csidriver/upgradation/drivers/powerstore.md
+++ b/content/docs/csidriver/upgradation/drivers/powerstore.md
@@ -9,12 +9,12 @@ Description: Upgrade PowerStore CSI driver
You can upgrade the CSI Driver for Dell PowerStore using Helm or Dell CSI Operator.
-## Update Driver from v2.4 to v2.5 using Helm
+## Update Driver from v2.5 to v2.6 using Helm
Note: While upgrading the driver via helm, controllerCount variable in myvalues.yaml can be at most one less than the number of worker nodes.
**Steps**
-1. Run `git clone -b v2.5.0 https://github.com/dell/csi-powerstore.git` to clone the git repository and get the driver.
+1. Run `git clone -b v2.6.0 https://github.com/dell/csi-powerstore.git` to clone the git repository and get the driver.
2. Edit `samples/secret/secret.yaml` file and configure connection information for your PowerStore arrays changing the following parameters:
- *endpoint*: defines the full URL path to the PowerStore API.
- *globalID*: specifies what storage cluster the driver should use
@@ -28,7 +28,7 @@ Note: While upgrading the driver via helm, controllerCount variable in myvalues.
Add more blocks similar to above for each PowerStore array if necessary.
3. (optional) create new storage classes using ones from `samples/storageclass` folder as an example and apply them to the Kubernetes cluster by running `kubectl create -f `
- >Storage classes created by v1.4/v2.0/v2.1/v2.2/v2.3/v2.4 driver will not be deleted, v2.5 driver will use default array to manage volumes provisioned with old storage classes. Thus, if you still have volumes provisioned by v1.4/v2.0/v2.1/v2.2/v2.3/v2.4 in your cluster then be sure to include the same array you have used for the v1.4/v2.0/v2.1/v2.2/v2.3/v2.4 driver and make it default in the `secret.yaml` file.
+ >Storage classes created by v1.4/v2.0/v2.1/v2.2/v2.3/v2.4/v2.5 driver will not be deleted, v2.6 driver will use default array to manage volumes provisioned with old storage classes. Thus, if you still have volumes provisioned by v1.4/v2.0/v2.1/v2.2/v2.3/v2.4/v2.5 in your cluster then be sure to include the same array you have used for the v1.4/v2.0/v2.1/v2.2/v2.3/v2.4/v2.5 driver and make it default in the `secret.yaml` file.
4. Create the secret by running ```kubectl create secret generic powerstore-config -n csi-powerstore --from-file=config=secret.yaml```
5. Copy the default values.yaml file `cd dell-csi-helm-installer && cp ../helm/csi-powerstore/values.yaml ./my-powerstore-settings.yaml` and update parameters as per the requirement.
6. Run the `csi-install` script with the option _\-\-upgrade_ by running: `./csi-install.sh --namespace csi-powerstore --values ./my-powerstore-settings.yaml --upgrade`.