mirror of
				https://github.com/kubernetes-sigs/external-dns.git
				synced 2025-11-04 04:31:00 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			187 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			187 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/bash
 | 
						|
set -e
 | 
						|
 | 
						|
sed -i -e "s/newTag: .*/newTag: $1/g" kustomize/kustomization.yaml
 | 
						|
git add kustomize/kustomization.yaml
 | 
						|
git commit -sm "updates kustomize with newly released version"
 |