Skip to content

Commit

Permalink
Helm charts version update (#835)
Browse files Browse the repository at this point in the history
* helm-charts version update

* helm-charts version update
  • Loading branch information
panigs7 authored Sep 8, 2023
1 parent 2d5228c commit 46779d2
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions content/docs/csidriver/installation/helm/unity.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,12 @@ Procedure
2. Get the required values.yaml using the command below:

```bash
cd dell-csi-helm-installer && wget -O my-unity-settings.yaml -b <version> https://raw.githubusercontent.com/dell/helm-charts/main/charts/csi-unity/values.yaml
cd dell-csi-helm-installer && wget -O my-unity-settings.yaml https://github.com/dell/helm-charts/raw/csi-unity-2.8.0/charts/csi-unity/values.yaml
```

3. Edit `values.yaml` to set the following parameters for your installation:

The following table lists the primary configurable parameters of the Unity XT driver chart and their default values. More detailed information can be found in the [`values.yaml`](https://github.com/dell/helm-charts/blob/main/charts/csi-unity/values.yaml) file in this repository.
The following table lists the primary configurable parameters of the Unity XT driver chart and their default values. More detailed information can be found in the [`values.yaml`](https://github.com/dell/helm-charts/blob/csi-unity-2.8.0/charts/csi-unity/values.yaml) file in this repository.

| Parameter | Description | Required | Default |
| --------- | ----------- | -------- |-------- |
Expand Down Expand Up @@ -323,14 +323,6 @@ cd dell-csi-helm-installer && wget -O my-unity-settings.yaml -b <version> https:
------------------------------------------------------
```
OR
To install particular version
```bash
cd dell-csi-helm-installer && wget -O my-unity-settings.yaml -b <version> https://raw.githubusercontent.com/dell/helm-charts/main/charts/csi-unity/values.yaml &&
./csi-install.sh --namespace unity --values my-unity-settings.yaml --helm-charts-version <version>
```
Results:
At the end of the script unity-controller Deployment and DaemonSet unity-node will be ready, execute command `kubectl get pods -n unity` to get the status of the pods and you will see the following:
Expand Down

0 comments on commit 46779d2

Please sign in to comment.