From d1c4da2e67fb5dc10e726cd232392f7655bf54ec Mon Sep 17 00:00:00 2001 From: inovindasari <ida.novindasari@zalando.de> Date: Fri, 3 Jan 2025 13:55:46 +0100 Subject: [PATCH] update spilo images --- e2e/tests/constants.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e2e/tests/constants.py b/e2e/tests/constants.py index dea17438..96594010 100644 --- a/e2e/tests/constants.py +++ b/e2e/tests/constants.py @@ -1,4 +1,4 @@ LEADER_LABEL_VALUE = "master" # value should be the same as in the configmap: pod_leader_label_value -SPILO_CURRENT = "registry.opensource.zalan.do/acid/spilo-16-e2e:0.1" -SPILO_LAZY = "registry.opensource.zalan.do/acid/spilo-16-e2e:0.2" -SPILO_FULL_IMAGE = "ghcr.io/zalando/spilo-16:3.2-p3" +SPILO_CURRENT = "registry.opensource.zalan.do/acid/spilo-17-e2e:0.3" +SPILO_LAZY = "registry.opensource.zalan.do/acid/spilo-17-e2e:0.4" +SPILO_FULL_IMAGE = "ghcr.io/zalando/spilo-17:4.0-p2" -- GitLab