diff --git a/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.8.0-values.template b/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.8.0-values.template index 93dbf9ba28..a5dc4e15a4 100644 --- a/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.8.0-values.template +++ b/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.8.0-values.template @@ -20,7 +20,7 @@ csi-powerstore: image: dellemc/dell-csi-replicator:v1.5.0 vgsnapshot: enabled: $VG_SNAPSHOT_ENABLED - image: dellemc/csi-volumegroup-snapshotter:v1.2.0 + image: dellemc/csi-volumegroup-snapshotter:v1.3.0 metadataretriever: dellemc/csi-metadata-retriever:v1.5.0 snapshot: enabled: $SNAPSHOT_ENABLED @@ -225,7 +225,7 @@ csi-vxflexos: enabled: $MONITOR_ENABLED vgsnapshotter: enabled: $VG_SNAPSHOT_ENABLED - image: dellemc/csi-volumegroup-snapshotter:v1.2.0 + image: dellemc/csi-volumegroup-snapshotter:v1.3.0 podmon: enabled: $RESILIENCY_ENABLED image: dellemc/podmon:v1.7.0 diff --git a/content/docs/snapshots/_index.md b/content/docs/snapshots/_index.md index 6872a24fff..6af446653f 100644 --- a/content/docs/snapshots/_index.md +++ b/content/docs/snapshots/_index.md @@ -65,7 +65,7 @@ You can install CRDs and the default snapshot controller by running the followin ```bash git clone https://github.com/kubernetes-csi/external-snapshotter/ cd ./external-snapshotter -git checkout release-6.2.0 +git checkout release-6.2 kubectl kustomize client/config/crd | kubectl create -f - kubectl -n kube-system kustomize deploy/kubernetes/snapshot-controller | kubectl create -f - ``` diff --git a/content/docs/snapshots/volume-group-snapshots/_index.md b/content/docs/snapshots/volume-group-snapshots/_index.md index 25d47c2434..513736e55a 100644 --- a/content/docs/snapshots/volume-group-snapshots/_index.md +++ b/content/docs/snapshots/volume-group-snapshots/_index.md @@ -57,7 +57,7 @@ vgsnapshotter: To deploy CSM Volume Group Snapshotter with the driver, these changes are required: 1. Enable CSM Volume Group Snapshotter by changing the vgsnapshotter.enabled boolean to true. -2. In the vgsnapshotter.image field, put the location of the image you created, or link to the one already built (such as the one on DockerHub, `dellemc/csi-volumegroup-snapshotter:v1.2.0`). +2. In the vgsnapshotter.image field, put the location of the image you created, or link to the one already built (such as the one on DockerHub, `dellemc/csi-volumegroup-snapshotter:v1.3.0`). 3. Install/upgrade the driver normally. You should now have VGS successfully deployed with the driver!