Skip to content

Commit 534126f

Browse files
author
Sneha Aradhey
committed
Update back the image path for integration test
1 parent ef7d0b0 commit 534126f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/k8s-integration/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ var (
8484
)
8585

8686
const (
87-
pdImagePlaceholder = "registry.k8s.io/cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver"
87+
pdImagePlaceholder = "gke.gcr.io/gcp-compute-persistent-disk-csi-driver"
8888
k8sInDockerBuildBinDir = "_output/dockerized/bin/linux/amd64"
8989
k8sOutOfDockerBuildBinDir = "_output/bin"
9090
externalDriverNamespace = "gce-pd-csi-driver"

0 commit comments

Comments
 (0)