From 972183dcc6c5cfa3f54f99cb834392b7cc2f63f8 Mon Sep 17 00:00:00 2001 From: Jooseppi Luna Date: Wed, 30 Oct 2024 11:32:58 -0400 Subject: [PATCH] Update missed versions for isilon (#1342) --- content/docs/deployment/helm/drivers/installation/isilon.md | 6 +++--- content/docs/deployment/helm/drivers/upgrade/isilon.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/docs/deployment/helm/drivers/installation/isilon.md b/content/docs/deployment/helm/drivers/installation/isilon.md index e1cf37b5e6..c3e272bd79 100644 --- a/content/docs/deployment/helm/drivers/installation/isilon.md +++ b/content/docs/deployment/helm/drivers/installation/isilon.md @@ -98,16 +98,16 @@ CRDs should be configured during replication prepare stage with repctl as descri **Steps** -1. Run `git clone -b v2.11.0 https://github.com/dell/csi-powerscale.git` to clone the git repository. +1. Run `git clone -b v2.12.0 https://github.com/dell/csi-powerscale.git` to clone the git repository. 2. Ensure that you have created the namespace where you want to install the driver. You can run `kubectl create namespace isilon` to create a new one. The use of "isilon" as the namespace is just an example. You can choose any name for the namespace. 3. Collect information from the PowerScale Systems like IP address, IsiPath, username, and password. Make a note of the value for these parameters as they must be entered in the *secret.yaml*. **Note**: The 'clusterName' serves as a logical, unique identifier for the array that should remain unchanged once it is included in the volume handle. Altering this identifier is not advisable, as it would result in the failure of all operations associated with the volume that was created earlier. -4. Download `wget -O my-isilon-settings.yaml https://raw.githubusercontent.com/dell/helm-charts/csi-isilon-2.11.0/charts/csi-isilon/values.yaml` into `cd ../dell-csi-helm-installer` to customize settings for installation. +4. Download `wget -O my-isilon-settings.yaml https://raw.githubusercontent.com/dell/helm-charts/csi-isilon-2.12.0/charts/csi-isilon/values.yaml` into `cd ../dell-csi-helm-installer` to customize settings for installation. 5. Edit *my-isilon-settings.yaml* to set the following parameters for your installation: The following table lists the primary configurable parameters of the PowerScale driver Helm chart and their default values. More detailed information can be - found in the [`values.yaml`](https://github.com/dell/helm-charts/blob/csi-isilon-2.11.0/charts/csi-isilon/values.yaml) file in this repository. + found in the [`values.yaml`](https://github.com/dell/helm-charts/blob/csi-isilon-2.12.0/charts/csi-isilon/values.yaml) file in this repository. | Parameter | Description | Required | Default | | --------- | ----------- | -------- |-------- | diff --git a/content/docs/deployment/helm/drivers/upgrade/isilon.md b/content/docs/deployment/helm/drivers/upgrade/isilon.md index 6e60f0176b..0dd570540b 100644 --- a/content/docs/deployment/helm/drivers/upgrade/isilon.md +++ b/content/docs/deployment/helm/drivers/upgrade/isilon.md @@ -12,19 +12,19 @@ Description: Upgrade PowerScale CSI driver You can upgrade the CSI Driver for Dell PowerScale using Helm or Dell CSM Operator. -## Upgrade Driver from version 2.10.1 to 2.11.0 using Helm +## Upgrade Driver from version 2.11.0 to 2.12.0 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. Clone the repository using `git clone -b v2.11.0 https://github.com/dell/csi-powerscale.git` +1. Clone the repository using `git clone -b v2.12.0 https://github.com/dell/csi-powerscale.git` 2. Change to directory dell-csi-helm-installer to install the Dell PowerScale `cd dell-csi-helm-installer` 3. Download the default values.yaml using following command: ```bash - wget -O my-isilon-settings.yaml https://raw.githubusercontent.com/dell/helm-charts/csi-isilon-2.11.0/charts/csi-isilon/values.yaml + wget -O my-isilon-settings.yaml https://raw.githubusercontent.com/dell/helm-charts/csi-isilon-2.12.0/charts/csi-isilon/values.yaml ``` Edit the _my-isilon-settings.yaml_ as per the requirements.