From 2c5f3b2c3a918ca4fed3bacd7699ed7940a14571 Mon Sep 17 00:00:00 2001 From: rensyct Date: Mon, 21 Aug 2023 12:51:36 +0530 Subject: [PATCH] Add offline bundle support in csm-operator --- content/docs/deployment/csmoperator/_index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/docs/deployment/csmoperator/_index.md b/content/docs/deployment/csmoperator/_index.md index a8947e8468..59f765fa4e 100644 --- a/content/docs/deployment/csmoperator/_index.md +++ b/content/docs/deployment/csmoperator/_index.md @@ -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). @@ -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