Skip to content

Commit

Permalink
Add offline bundle support in csm-operator
Browse files Browse the repository at this point in the history
  • Loading branch information
rensyct committed Aug 21, 2023
1 parent a10310e commit 2c5f3b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions content/docs/deployment/csmoperator/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ The table below lists the driver and modules versions installable with the CSM O
| CSI PowerStore | 2.7.0 |||| ✔ 1.6.0 |
| CSI PowerStore | 2.6.0 |||||
| CSI PowerMax | 2.7.0 | ✔ 1.7.0 | ✔ 1.5.0 |||
| CSI Unity XT | 2.7.0 |||||
| CSI Unity XT | 2.6.0 | ❌ | ❌ | ❌ | ❌
| CSI Unity XT | 2.7.0 | ❌ | ❌ | ❌ | ❌
| CSI Unity XT | 2.8.0 |||||

>NOTE:
>- Refer to sample files [here](/~https://github.com/dell/csm-operator/tree/main/samples).
Expand Down Expand Up @@ -348,7 +350,7 @@ The following notes explain some of the general items to take care of.
1. If you are trying to upgrade the CSI driver from an older version, make sure to modify the _configVersion_ field.
```yaml
driver:
configVersion: v2.7.0
configVersion: v2.8.0
```

## Custom Resource Definitions
Expand Down

0 comments on commit 2c5f3b2

Please sign in to comment.