Use lazy upgrade image that contains pg13.

This commit is contained in:
Jan Mußler 2020-12-15 22:10:18 +01:00
parent 7a0e857ca7
commit 48d1caf727
3 changed files with 4 additions and 6 deletions

View File

@ -12,7 +12,7 @@ from tests.k8s_api import K8s
from kubernetes.client.rest import ApiException from kubernetes.client.rest import ApiException
SPILO_CURRENT = "registry.opensource.zalan.do/acid/spilo-13:2.0-p1" SPILO_CURRENT = "registry.opensource.zalan.do/acid/spilo-13:2.0-p1"
SPILO_LAZY = "registry.opensource.zalan.do/acid/spilo-12:1.6-p5" SPILO_LAZY = "registry.opensource.zalan.do/acid/spilo-cdp-13:2.0-p145"
def to_selector(labels): def to_selector(labels):

View File

@ -68,10 +68,8 @@ spec:
"cost_core": 0.0575, "cost_core": 0.0575,
"cost_memory": 0.014375, "cost_memory": 0.014375,
"postgresql_versions": [ "postgresql_versions": [
"13",
"12", "12",
"11", "11"
"10",
"9.6",
"9.5"
] ]
} }

View File

@ -302,7 +302,7 @@ DEFAULT_UI_CONFIG = {
'users_visible': True, 'users_visible': True,
'databases_visible': True, 'databases_visible': True,
'resources_visible': True, 'resources_visible': True,
'postgresql_versions': ['9.6', '10', '11'], 'postgresql_versions': ['11','12','13'],
'dns_format_string': '{0}.{1}.{2}', 'dns_format_string': '{0}.{1}.{2}',
'pgui_link': '', 'pgui_link': '',
'static_network_whitelist': {}, 'static_network_whitelist': {},