use new spilo image with new approach of provider

This commit is contained in:
idanovinda 2026-02-13 11:43:31 +01:00
parent d297bd3dc9
commit c6adc32d20
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ from kubernetes import client
from tests.k8s_api import K8s
from kubernetes.client.rest import ApiException
SPILO_CURRENT = "ghcr.io/zalando/spilo-e2e:dev-18.1"
SPILO_LAZY = "ghcr.io/zalando/spilo-e2e:dev-18.2"
SPILO_CURRENT = "ghcr.io/zalando/spilo-e2e:dev-18.3"
SPILO_LAZY = "ghcr.io/zalando/spilo-e2e:dev-18.4"
SPILO_FULL_IMAGE = "ghcr.io/zalando/spilo-18-dev:183d3218"
def to_selector(labels):