Update calico
This commit is contained in:
		
							parent
							
								
									41570ea40d
								
							
						
					
					
						commit
						c8f90f0f8d
					
				@ -1,5 +1,5 @@
 | 
				
			|||||||
- name: Deploy calico operator
 | 
					- name: Deploy calico operator
 | 
				
			||||||
  command: kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.24.3/manifests/tigera-operator.yaml
 | 
					  command: kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.25.0/manifests/tigera-operator.yaml
 | 
				
			||||||
  register: command
 | 
					  register: command
 | 
				
			||||||
  changed_when: "'created' in command.stdout"
 | 
					  changed_when: "'created' in command.stdout"
 | 
				
			||||||
  run_once: true
 | 
					  run_once: true
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user