diff --git a/CHANGELOG.md b/CHANGELOG.md index 76f41783..5211ad51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * Support for multiple Vast Clusters via using StorageClass secrets (VCSI-140) * Set a timeout on requests to VMS, to prevent worker threads hanging (VCSI-183) * Improve mounting performance by support the use of VIPPool DNS, skipping an API call to the VMS (VCSI-167) +* Bug fix - allow using "tenant-less" VIP pools when running in client-based tenancy (VCSI-188) ## Version 2.4.0 * added Container Object Storage Interface (COSI) support (VCSI-159) diff --git a/charts/vastcosi/Chart.yaml b/charts/vastcosi/Chart.yaml index e38a543e..88dd1085 100644 --- a/charts/vastcosi/Chart.yaml +++ b/charts/vastcosi/Chart.yaml @@ -11,4 +11,4 @@ keywords: - cosi - cosi-driver icon: "https://uploads.vastdata.com/2020/04/vast-white-1.svg" -home: "https://support.vastdata.com/hc/en-us/articles/8022914098716" +home: "https://support.vastdata.com/s/topic/0TOV400000018pxOAA/vast-csi-driver-24-administrators-guide" \ No newline at end of file diff --git a/charts/vastcosi/values.yaml b/charts/vastcosi/values.yaml index 1558e880..11844b29 100644 --- a/charts/vastcosi/values.yaml +++ b/charts/vastcosi/values.yaml @@ -62,7 +62,7 @@ truncateVolumeName: 64 image: csiVastPlugin: repository: vastdataorg/csi - tag: v2.5.0 + tag: v2.4.1 imagePullPolicy: IfNotPresent objectstorageProvisioner: repository: gcr.io/k8s-staging-sig-storage/objectstorage-sidecar/objectstorage-sidecar diff --git a/charts/vastcsi/Chart.yaml b/charts/vastcsi/Chart.yaml index 129d3dec..9320f13d 100644 --- a/charts/vastcsi/Chart.yaml +++ b/charts/vastcsi/Chart.yaml @@ -10,4 +10,4 @@ keywords: - vastdata - csi-driver icon: "https://uploads.vastdata.com/2020/04/vast-white-1.svg" -home: "https://support.vastdata.com/hc/en-us/articles/8022914098716" +home: "https://support.vastdata.com/s/topic/0TOV400000018pxOAA/vast-csi-driver-24-administrators-guide"