use available spilo image
This commit is contained in:
		
							parent
							
								
									3548297188
								
							
						
					
					
						commit
						2ae6d34cbb
					
				|  | @ -10,7 +10,6 @@ cd $(dirname "$0"); | ||||||
| 
 | 
 | ||||||
| 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_test_image="registry.opensource.zalan.do/acid/spilo-cdp-12:1.6-p16" |  | ||||||
| 
 | 
 | ||||||
| function pull_images(){ | 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 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 "${operator_image}" --name ${cluster_name} | ||||||
|   kind load docker-image "${e2e_test_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})" |   KUBECONFIG="$(kind get kubeconfig-path --name=${cluster_name})" | ||||||
|   export KUBECONFIG |   export KUBECONFIG | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -221,7 +221,7 @@ class EndToEndTestCase(unittest.TestCase): | ||||||
|         pod1 = "acid-minimal-cluster-1" |         pod1 = "acid-minimal-cluster-1" | ||||||
| 
 | 
 | ||||||
|         # enable lazy update |         # 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 = { |         patch_lazy_spilo_upgrade = { | ||||||
|             "data": { |             "data": { | ||||||
|                 "enable_lazy_spilo_upgrade": "true", |                 "enable_lazy_spilo_upgrade": "true", | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue