Update run.sh

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

View File

@ -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="registry.opensource.zalan.do/acid/spilo-13:2.0-p2"
readonly spilo_image="registry.opensource.zalan.do/acid/spilo-13-e2e:0.2"
readonly e2e_test_runner_image="registry.opensource.zalan.do/acid/postgres-operator-e2e-tests-runner:0.3"
export GOPATH=${GOPATH-~/go}