From c6adc32d203b7109a8b9b4a0e73c4a5f9abeeb67 Mon Sep 17 00:00:00 2001 From: idanovinda Date: Fri, 13 Feb 2026 11:43:31 +0100 Subject: [PATCH] use new spilo image with new approach of provider --- 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 62b11f1a8..985ca907a 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 = "ghcr.io/zalando/spilo-e2e:dev-18.1" -SPILO_LAZY = "ghcr.io/zalando/spilo-e2e:dev-18.2" +SPILO_CURRENT = "ghcr.io/zalando/spilo-e2e:dev-18.3" +SPILO_LAZY = "ghcr.io/zalando/spilo-e2e:dev-18.4" SPILO_FULL_IMAGE = "ghcr.io/zalando/spilo-18-dev:183d3218" def to_selector(labels):