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):