diff --git a/testdata/deploy-130-pods.yaml b/testdata/deploy-130-pods.yaml index eecb3d2ac33..1f4552d3b3d 100644 --- a/testdata/deploy-130-pods.yaml +++ b/testdata/deploy-130-pods.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: hello - image: "gcr.io/google-samples/hello-go-gke:1.0" + image: "kubernetes/pause:latest" ports: - name: http containerPort: 80 diff --git a/testdata/deploy-5000-pods.yaml b/testdata/deploy-5000-pods.yaml index 0e136d7e6db..cb760f81fc4 100644 --- a/testdata/deploy-5000-pods.yaml +++ b/testdata/deploy-5000-pods.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: hello - image: "gcr.io/google-samples/hello-go-gke:1.0" + image: "kubernetes/pause:latest" ports: - name: http containerPort: 80 diff --git a/testdata/deploy-730-pods.yaml b/testdata/deploy-730-pods.yaml index 2e117b21efb..48db1308113 100644 --- a/testdata/deploy-730-pods.yaml +++ b/testdata/deploy-730-pods.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: hello - image: "gcr.io/google-samples/hello-go-gke:1.0" + image: "kubernetes/pause:latest" ports: - name: http containerPort: 80