From a7210bf23244236734493ffc78763f77e3299a37 Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Fri, 22 Apr 2022 12:28:25 +0200 Subject: [PATCH] use e2e images with cron_admin inside --- 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 5b324fda4..b4a23fe78 100644 --- a/e2e/tests/test_e2e.py +++ b/e2e/tests/test_e2e.py @@ -12,8 +12,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-14-e2e:0.1" -SPILO_LAZY = "registry.opensource.zalan.do/acid/spilo-14-e2e:0.2" +SPILO_CURRENT = "registry.opensource.zalan.do/acid/spilo-14-e2e:0.3" +SPILO_LAZY = "registry.opensource.zalan.do/acid/spilo-14-e2e:0.4" def to_selector(labels):