From f8b2b8cad88627206261438a45ca8baeca4ccbe6 Mon Sep 17 00:00:00 2001 From: idanovinda Date: Fri, 6 Feb 2026 20:43:24 +0100 Subject: [PATCH] use spilo-18-dev-e2e for lazy image --- e2e/tests/test_e2e.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/tests/test_e2e.py b/e2e/tests/test_e2e.py index 678a0c56b..c5f9b656b 100644 --- a/e2e/tests/test_e2e.py +++ b/e2e/tests/test_e2e.py @@ -13,7 +13,7 @@ from tests.k8s_api import K8s from kubernetes.client.rest import ApiException SPILO_CURRENT = "ghcr.io/zalando/spilo-18-dev:6a722f01" -SPILO_LAZY = "ghcr.io/zalando/spilo-17:4.0-p3" +SPILO_LAZY = "ghcr.io/zalando/spilo-18-dev-e2e:0.1" SPILO_FULL_IMAGE = "ghcr.io/zalando/spilo-18-dev:6a722f01" def to_selector(labels):