From 4da5efebedbefade3b7cb1eb4197d47faba33a06 Mon Sep 17 00:00:00 2001 From: inovindasari Date: Fri, 23 Jan 2026 11:58:13 +0100 Subject: [PATCH] use spilo oss image for e2e test --- e2e/tests/test_e2e.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e2e/tests/test_e2e.py b/e2e/tests/test_e2e.py index 083b4a937..6f01006eb 100644 --- a/e2e/tests/test_e2e.py +++ b/e2e/tests/test_e2e.py @@ -12,9 +12,9 @@ from kubernetes import client from tests.k8s_api import K8s from kubernetes.client.rest import ApiException -SPILO_CURRENT = "container-registry-test.zalando.net/acid/spilo-cdp-pr1156-18:4.1-p18" -SPILO_LAZY = "container-registry-test.zalando.net/acid/spilo-cdp-pr1156-18:4.1-p19" -SPILO_FULL_IMAGE = "container-registry-test.zalando.net/acid/spilo-cdp-pr1156-18:4.1-p18" +SPILO_CURRENT = "ghcr.io/zalando/spilo-18-dev:6a722f01" +SPILO_LAZY = "ghcr.io/zalando/spilo-17:4.0-p3" +SPILO_FULL_IMAGE = "ghcr.io/zalando/spilo-18-dev:6a722f01" def to_selector(labels): return ",".join(["=".join(lbl) for lbl in labels.items()])