Skip to content

Commit

Permalink
Update dependency kubernetes-csi/external-snapshotter to v6.3.4
Browse files Browse the repository at this point in the history
Signed-off-by: Mend Renovate <[email protected]>
  • Loading branch information
renovate-bot committed Apr 16, 2024
1 parent 5b974ad commit 4435acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/setup-kind-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ rm -f "${KIND_CONFIG_FILE}"
# Kube >= 1.17, we need to deploy the snapshot controller
if [[ $KUBE_MINOR -ge 24 ]]; then # Kube 1.24 removed snapshot.storage.k8s.io/v1beta1
# renovate: datasource=github-releases depName=kubernetes-csi/external-snapshotter versioning=semver-coerced
TAG="v6.3.3" # https://github.com/kubernetes-csi/external-snapshotter/releases
TAG="v6.3.4" # https://github.com/kubernetes-csi/external-snapshotter/releases
log "Deploying external snapshotter: ${TAG}"
kubectl create -k "https://github.com/kubernetes-csi/external-snapshotter/client/config/crd?ref=${TAG}"
kubectl create -n kube-system -k "https://github.com/kubernetes-csi/external-snapshotter/deploy/kubernetes/snapshot-controller?ref=${TAG}"
Expand Down

0 comments on commit 4435acd

Please sign in to comment.