File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ rm -f "${KIND_CONFIG_FILE}"
164164# Kube >= 1.17, we need to deploy the snapshot controller
165165if [[ $KUBE_MINOR -ge 24 ]]; then # Kube 1.24 removed snapshot.storage.k8s.io/v1beta1
166166 # renovate: datasource=github-releases depName=kubernetes-csi/external-snapshotter versioning=semver-coerced
167- TAG=" v8.4 .0" # https://github.com/kubernetes-csi/external-snapshotter/releases
167+ TAG=" v8.5 .0" # https://github.com/kubernetes-csi/external-snapshotter/releases
168168 log " Deploying external snapshotter: ${TAG} "
169169 kubectl create -k " https://github.com/kubernetes-csi/external-snapshotter/client/config/crd?ref=${TAG} "
170170 kubectl create -n kube-system -k " https://github.com/kubernetes-csi/external-snapshotter/deploy/kubernetes/snapshot-controller?ref=${TAG} "
You can’t perform that action at this time.
0 commit comments