use available spilo image

This commit is contained in:
Felix Kunde 2020-04-17 10:19:24 +02:00
parent 3548297188
commit 2ae6d34cbb
2 changed files with 1 additions and 3 deletions

View File

@ -10,7 +10,6 @@ cd $(dirname "$0");
readonly cluster_name="postgres-operator-e2e-tests"
readonly kubeconfig_path="/tmp/kind-config-${cluster_name}"
readonly spilo_test_image="registry.opensource.zalan.do/acid/spilo-cdp-12:1.6-p16"
function pull_images(){
@ -39,7 +38,6 @@ function start_kind(){
kind create cluster --name ${cluster_name} --config kind-cluster-postgres-operator-e2e-tests.yaml
kind load docker-image "${operator_image}" --name ${cluster_name}
kind load docker-image "${e2e_test_image}" --name ${cluster_name}
kind load docker-image "${spilo_test_image}" --name ${cluster_name}
KUBECONFIG="$(kind get kubeconfig-path --name=${cluster_name})"
export KUBECONFIG
}

View File

@ -221,7 +221,7 @@ class EndToEndTestCase(unittest.TestCase):
pod1 = "acid-minimal-cluster-1"
# enable lazy update
conf_image = "registry.opensource.zalan.do/acid/spilo-cdp-12:1.6-p16"
conf_image = "registry.opensource.zalan.do/acid/spilo-cdp-12:1.6-p112"
patch_lazy_spilo_upgrade = {
"data": {
"enable_lazy_spilo_upgrade": "true",