From ca7d3b237616f27e48cf983852c57bee76b82bea Mon Sep 17 00:00:00 2001 From: Jan Mussler Date: Thu, 17 Dec 2020 17:06:00 +0100 Subject: [PATCH] Update test_e2e.py Using smaller image for e2e test. --- e2e/tests/test_e2e.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/tests/test_e2e.py b/e2e/tests/test_e2e.py index 98606ec95..26acd0b28 100644 --- a/e2e/tests/test_e2e.py +++ b/e2e/tests/test_e2e.py @@ -11,8 +11,8 @@ from kubernetes import client from tests.k8s_api import K8s from kubernetes.client.rest import ApiException -SPILO_CURRENT = "registry.opensource.zalan.do/acid/spilo-13:2.0-p2" -SPILO_LAZY = "registry.opensource.zalan.do/acid/spilo-cdp-13:2.0-p145" +SPILO_CURRENT = "registry.opensource.zalan.do/acid/spilo-13-e2e:0.2" +SPILO_LAZY = "registry.opensource.zalan.do/acid/spilo-13-e2e:0.1" def to_selector(labels):