Skip to content

Commit 23be652

Browse files
authored
Merge pull request kubernetes-csi#65 from msau42/update-hostpath
Update hostpath driver version to get fix for connection-timeout
2 parents 4cc9174 + 6582f2f commit 23be652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prow.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ configvar CSI_PROW_WORK "$(mkdir -p "$GOPATH/pkg" && mktemp -d "$GOPATH/pkg/csip
187187
#
188188
# When no deploy script is found (nothing in `deploy` directory,
189189
# CSI_PROW_HOSTPATH_REPO=none), nothing gets deployed.
190-
configvar CSI_PROW_HOSTPATH_VERSION "v1.3.0-rc2" "hostpath driver"
190+
configvar CSI_PROW_HOSTPATH_VERSION "v1.3.0-rc3" "hostpath driver"
191191
configvar CSI_PROW_HOSTPATH_REPO https://github.com/kubernetes-csi/csi-driver-host-path "hostpath repo"
192192
configvar CSI_PROW_DEPLOYMENT "" "deployment"
193193
configvar CSI_PROW_HOSTPATH_DRIVER_NAME "hostpath.csi.k8s.io" "the hostpath driver name"

0 commit comments

Comments
 (0)