Skip to content

Commit

Permalink
Bumped csi-volumegroup-snapshotter version (#828)
Browse files Browse the repository at this point in the history
* Bumped csi-volumegroup-snapshotter version

* fixed CRDs

* bump up version

---------

Co-authored-by: JacobGros <[email protected]>
  • Loading branch information
rishabhatdell and JacobGros authored Sep 6, 2023
1 parent ee788af commit 37897a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/docs/snapshots/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 -
```
Expand Down
2 changes: 1 addition & 1 deletion content/docs/snapshots/volume-group-snapshots/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!


Expand Down

0 comments on commit 37897a4

Please sign in to comment.