ci: update snapshotter to latest version

updating csi snapshotter deployment to pull
image and rbac from latest released version.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2024-02-15 13:15:29 +01:00 committed by mergify[bot]
parent fe050557c9
commit 5f24d1634f

View File

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