Skip to content

Commit

Permalink
Merge pull request #200 from pohly/bump-kubernetes-version
Browse files Browse the repository at this point in the history
prow.sh: update snapshotter version
  • Loading branch information
k8s-ci-robot committed Aug 5, 2022
2 parents 31a3f38 + 70915a8 commit 7fe5149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prow.sh
Expand Up @@ -360,7 +360,7 @@ default_csi_snapshotter_version () {
if [ "${CSI_PROW_KUBERNETES_VERSION}" = "latest" ] || [ "${CSI_PROW_DRIVER_CANARY}" = "canary" ]; then
echo "master"
else
echo "v3.0.2"
echo "v4.0.0"
fi
}
configvar CSI_SNAPSHOTTER_VERSION "$(default_csi_snapshotter_version)" "external-snapshotter version tag"
Expand Down

0 comments on commit 7fe5149

Please sign in to comment.