Bump to new e2e spilo image.
This commit is contained in:
		
							parent
							
								
									79c46cd33d
								
							
						
					
					
						commit
						f46097352a
					
				| 
						 | 
					@ -8,7 +8,7 @@ IFS=$'\n\t'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
readonly cluster_name="postgres-operator-e2e-tests"
 | 
					readonly cluster_name="postgres-operator-e2e-tests"
 | 
				
			||||||
readonly kubeconfig_path="/tmp/kind-config-${cluster_name}"
 | 
					readonly kubeconfig_path="/tmp/kind-config-${cluster_name}"
 | 
				
			||||||
readonly spilo_image="registry.opensource.zalan.do/acid/spilo-13-e2e:0.2"
 | 
					readonly spilo_image="registry.opensource.zalan.do/acid/spilo-13-e2e:0.3"
 | 
				
			||||||
readonly e2e_test_runner_image="registry.opensource.zalan.do/acid/postgres-operator-e2e-tests-runner:0.3"
 | 
					readonly e2e_test_runner_image="registry.opensource.zalan.do/acid/postgres-operator-e2e-tests-runner:0.3"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export GOPATH=${GOPATH-~/go}
 | 
					export GOPATH=${GOPATH-~/go}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -11,8 +11,8 @@ from kubernetes import client
 | 
				
			||||||
from tests.k8s_api import K8s
 | 
					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-e2e:0.1"
 | 
					SPILO_CURRENT = "registry.opensource.zalan.do/acid/spilo-13-e2e:0.3"
 | 
				
			||||||
SPILO_LAZY = "registry.opensource.zalan.do/acid/spilo-13-e2e:0.2"
 | 
					SPILO_LAZY = "registry.opensource.zalan.do/acid/spilo-13-e2e:0.4"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def to_selector(labels):
 | 
					def to_selector(labels):
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue