Skip to content

Commit 273f92f

Browse files
committed
Merge commit '0affdf95a80bfad3e254d93c2e80a3397f81e2f5' into update-image-host-path
2 parents 4745535 + 0affdf9 commit 273f92f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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)