Skip to content

Commit 5df532c

Browse files
authored
Update SPILO_CURRENT and SPILO_LAZY
1 parent 58c2593 commit 5df532c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e/tests/test_e2e.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
from tests.k8s_api import K8s
1313
from kubernetes.client.rest import ApiException
1414

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"
15+
SPILO_CURRENT = "registry.opensource.zalan.do/acid/spilo-17-e2e:0.1"
16+
SPILO_LAZY = "registry.opensource.zalan.do/acid/spilo-17-e2e:0.1"
1717
SPILO_FULL_IMAGE = "ghcr.io/zalando/spilo-17:4.0-p1"
1818

1919
def to_selector(labels):

0 commit comments

Comments
 (0)