From a1855f47eb025027b954c7c3508b0ab3f753f492 Mon Sep 17 00:00:00 2001 From: inovindasari Date: Fri, 23 Jan 2026 13:38:49 +0100 Subject: [PATCH] change to ghcr spilo image --- e2e/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/run.sh b/e2e/run.sh index 5a80f1966..5675c8c73 100755 --- a/e2e/run.sh +++ b/e2e/run.sh @@ -8,7 +8,7 @@ IFS=$'\n\t' readonly cluster_name="postgres-operator-e2e-tests" readonly kubeconfig_path="/tmp/kind-config-${cluster_name}" -readonly spilo_image="container-registry-test.zalando.net/acid/spilo-cdp-pr1156-18:4.1-p18" +readonly spilo_image="ghcr.io/zalando/spilo-18-dev:6a722f01" readonly e2e_test_runner_image="ghcr.io/zalando/postgres-operator-e2e-tests-runner:latest" export GOPATH=${GOPATH-~/go}