rebase: update k8s external-snapshotter to v6.2.2

All changes are listed here:
https://github.com/kubernetes-csi/external-snapshotter/compare/v6.1.0...v6.2.2

Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
Niels de Vos 2023-05-30 13:51:54 +02:00 committed by mergify[bot]
parent 360df61eb0
commit 268ac42850

View File

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