File tree 2 files changed +2
-2
lines changed
deploy/kubernetes/images/stable
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,5 +51,5 @@ imageTag:
51
51
name : gke.gcr.io/gcp-compute-persistent-disk-csi-driver
52
52
# Don't change stable image without changing pdImagePlaceholder in
53
53
# test/k8s-integration/main.go
54
- newTag : " v1.2.0-gke.0 "
54
+ newTag : " v1.2.0-gke.8 "
55
55
---
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ set -o nounset
10
10
set -o errexit
11
11
12
12
readonly PKGDIR=${GOPATH} /src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
13
- readonly overlay_name=" ${GCE_PD_OVERLAY_NAME:- alpha } "
13
+ readonly overlay_name=" ${GCE_PD_OVERLAY_NAME:- stable } "
14
14
readonly do_driver_build=" ${GCE_PD_DO_DRIVER_BUILD:- true} "
15
15
readonly deployment_strategy=${DEPLOYMENT_STRATEGY:- gce}
16
16
readonly test_version=${TEST_VERSION:- master}
You can’t perform that action at this time.
0 commit comments