Skip to content

Commit 8322a7d

Browse files
authored
Merge pull request kubernetes-csi#72 from pohly/hostpath-update
prow.sh: use 1.3.0 hostpath driver for testing
2 parents b8587b2 + 7c5a89c commit 8322a7d

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
@@ -193,7 +193,7 @@ configvar CSI_PROW_WORK "$(mkdir -p "$GOPATH/pkg" && mktemp -d "$GOPATH/pkg/csip
193193
# If the deployment script is called with CSI_PROW_TEST_DRIVER=<file name> as
194194
# environment variable, then it must write a suitable test driver configuration
195195
# into that file in addition to installing the driver.
196-
configvar CSI_PROW_DRIVER_VERSION "v1.3.0-rc4" "CSI driver version"
196+
configvar CSI_PROW_DRIVER_VERSION "v1.3.0" "CSI driver version"
197197
configvar CSI_PROW_DRIVER_REPO https://github.com/kubernetes-csi/csi-driver-host-path "CSI driver repo"
198198
configvar CSI_PROW_DEPLOYMENT "" "deployment"
199199

0 commit comments

Comments
 (0)