build: update snapshotter to v6

updating the snapshotter version to
v6 as v6.0.0 is released.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2022-05-24 09:16:46 +05:30 committed by mergify[bot]
parent 697ba8b515
commit b7c03d7ad2

View File

@ -27,7 +27,7 @@ GOLANGCI_VERSION=v1.43.0
# external snapshotter version
# Refer: https://github.com/kubernetes-csi/external-snapshotter/releases
SNAPSHOT_VERSION=v5.0.1
SNAPSHOT_VERSION=v6.0.0
# "go test" configuration
# set to stdout or html to enable coverage reporting, disabled by default