Skip to content

Commit 4b6bb6d

Browse files
committed
Move Windows deployment to stable overlay
move Windows pd csi deployent to stable overlay
1 parent a570677 commit 4b6bb6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/kubernetes/images/stable/image.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ imageTag:
5151
name: gke.gcr.io/gcp-compute-persistent-disk-csi-driver
5252
# Don't change stable image without changing pdImagePlaceholder in
5353
# test/k8s-integration/main.go
54-
newTag: "v1.2.0-gke.0"
54+
newTag: "v1.2.0-gke.8"
5555
---

test/run-windows-k8s-integration.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set -o nounset
1010
set -o errexit
1111

1212
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}"
1414
readonly do_driver_build="${GCE_PD_DO_DRIVER_BUILD:-true}"
1515
readonly deployment_strategy=${DEPLOYMENT_STRATEGY:-gce}
1616
readonly test_version=${TEST_VERSION:-master}

0 commit comments

Comments
 (0)