From 7b9833ce56cd0eb2830bfb683cf90364ea14bdcd Mon Sep 17 00:00:00 2001 From: Manjunath A Kumatagi Date: Thu, 27 Sep 2018 17:43:15 +0530 Subject: [PATCH] Update authenticated-image-pulling with fat manifest image --- test/e2e/common/runtime.go | 4 ++-- test/e2e_node/runtime_conformance_test.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/e2e/common/runtime.go b/test/e2e/common/runtime.go index 52663fa570..06030f6d40 100644 --- a/test/e2e/common/runtime.go +++ b/test/e2e/common/runtime.go @@ -288,13 +288,13 @@ while true; do sleep 1; done }, { description: "should not be able to pull from private registry without secret", - image: "gcr.io/authenticated-image-pulling/alpine:3.1", + image: "gcr.io/authenticated-image-pulling/alpine:3.7", phase: v1.PodPending, waiting: true, }, { description: "should be able to pull from private registry with secret", - image: "gcr.io/authenticated-image-pulling/alpine:3.1", + image: "gcr.io/authenticated-image-pulling/alpine:3.7", secret: true, phase: v1.PodRunning, waiting: false, diff --git a/test/e2e_node/runtime_conformance_test.go b/test/e2e_node/runtime_conformance_test.go index 3e46edf5fa..d72be3a3a7 100644 --- a/test/e2e_node/runtime_conformance_test.go +++ b/test/e2e_node/runtime_conformance_test.go @@ -60,7 +60,7 @@ var _ = framework.KubeDescribe("Container Runtime Conformance Test", func() { }{ { description: "should be able to pull from private registry with credential provider", - image: "gcr.io/authenticated-image-pulling/alpine:3.1", + image: "gcr.io/authenticated-image-pulling/alpine:3.7", phase: v1.PodRunning, waiting: false, },