We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c2593 commit 5df532cCopy full SHA for 5df532c
e2e/tests/test_e2e.py
@@ -12,8 +12,8 @@
12
from tests.k8s_api import K8s
13
from kubernetes.client.rest import ApiException
14
15
-SPILO_CURRENT = "container-registry.zalando.net/acid/spilo-cdp-17:3.3-p5"
16
-SPILO_LAZY = "container-registry.zalando.net/acid/spilo-cdp-17:3.3-p5"
+SPILO_CURRENT = "registry.opensource.zalan.do/acid/spilo-17-e2e:0.1"
+SPILO_LAZY = "registry.opensource.zalan.do/acid/spilo-17-e2e:0.1"
17
SPILO_FULL_IMAGE = "ghcr.io/zalando/spilo-17:4.0-p1"
18
19
def to_selector(labels):
0 commit comments