Skip to content

Commit 956291a

Browse files
authored
Merge pull request #53 from gnufied/update-image-host-path
Update the image and enable e2e runs
2 parents 4745535 + b77f8e4 commit 956291a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.prow.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#! /bin/bash
22

3+
CSI_PROW_KUBERNETES_VERSION=latest
4+
CSI_PROW_E2E_VERSION=master
35
. release-tools/prow.sh
4-
56
main

release-tools/prow.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ configvar CSI_PROW_WORK "$(mkdir -p "$GOPATH/pkg" && mktemp -d "$GOPATH/pkg/csip
183183
#
184184
# When no deploy script is found (nothing in `deploy` directory,
185185
# CSI_PROW_HOSTPATH_REPO=none), nothing gets deployed.
186-
configvar CSI_PROW_HOSTPATH_VERSION "v1.2.0-rc2" "hostpath driver"
186+
configvar CSI_PROW_HOSTPATH_VERSION "v1.2.0-rc8" "hostpath driver"
187187
configvar CSI_PROW_HOSTPATH_REPO https://github.com/kubernetes-csi/csi-driver-host-path "hostpath repo"
188188
configvar CSI_PROW_DEPLOYMENT "" "deployment"
189189
configvar CSI_PROW_HOSTPATH_DRIVER_NAME "hostpath.csi.k8s.io" "the hostpath driver name"
@@ -759,6 +759,8 @@ DriverInfo:
759759
persistence: true
760760
dataSource: true
761761
multipods: true
762+
nodeExpansion: true
763+
controllerExpansion: true
762764
EOF
763765
}
764766

0 commit comments

Comments
 (0)