Update test_e2e.py

Using smaller image for e2e test.
This commit is contained in:
Jan Mussler 2020-12-17 17:06:00 +01:00 committed by GitHub
parent c3ffe6e859
commit ca7d3b2376
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ from kubernetes import client
from tests.k8s_api import K8s
from kubernetes.client.rest import ApiException
SPILO_CURRENT = "registry.opensource.zalan.do/acid/spilo-13:2.0-p2"
SPILO_LAZY = "registry.opensource.zalan.do/acid/spilo-cdp-13:2.0-p145"
SPILO_CURRENT = "registry.opensource.zalan.do/acid/spilo-13-e2e:0.2"
SPILO_LAZY = "registry.opensource.zalan.do/acid/spilo-13-e2e:0.1"
def to_selector(labels):