mirror of
				https://github.com/honestbee/drone-kubernetes.git
				synced 2025-11-04 02:58:04 +00:00 
			
		
		
		
	script: update all containers of a dep to an image
This commit is contained in:
		
							parent
							
								
									d3928b67aa
								
							
						
					
					
						commit
						d5f0e54075
					
				
					 1 changed files with 7 additions and 10 deletions
				
			
		
							
								
								
									
										17
									
								
								update.sh
									
										
									
									
									
								
							
							
						
						
									
										17
									
								
								update.sh
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -119,8 +119,7 @@ startDeployment(){
 | 
			
		|||
  local CONTAINER=$1
 | 
			
		||||
 | 
			
		||||
  kubectl -n ${NAMESPACE} set image deployment/${DEPLOY} \
 | 
			
		||||
    ${CONTAINER}="${PLUGIN_REPO}:${PLUGIN_TAG}" --record
 | 
			
		||||
 | 
			
		||||
    *="${PLUGIN_REPO}:${PLUGIN_TAG}" --record
 | 
			
		||||
  pollDeploymentRollout ${NAMESPACE} ${DEPLOY}
 | 
			
		||||
  if [ "$?" -eq 0 ]; then
 | 
			
		||||
    return 0
 | 
			
		||||
| 
						 | 
				
			
			@ -138,14 +137,12 @@ startDeployments(){
 | 
			
		|||
 | 
			
		||||
  for DEPLOY in ${DEPLOYMENTS[@]}; do
 | 
			
		||||
    echo "[INFO] Deploying ${DEPLOY} to ${CLUSTER} ${NAMESPACE}"
 | 
			
		||||
    for CONTAINER in ${CONTAINERS[@]}; do
 | 
			
		||||
      startDeployment ${NAMESPACE} ${DEPLOY} ${CONTAINER}
 | 
			
		||||
      if [ "$?" -eq 0 ]; then
 | 
			
		||||
        continue
 | 
			
		||||
      else
 | 
			
		||||
        exit 0
 | 
			
		||||
      fi
 | 
			
		||||
    done
 | 
			
		||||
    startDeployment ${NAMESPACE} ${DEPLOY} ${CONTAINER}
 | 
			
		||||
    if [ "$?" -eq 0 ]; then
 | 
			
		||||
      continue
 | 
			
		||||
    else
 | 
			
		||||
      exit 0
 | 
			
		||||
    fi
 | 
			
		||||
  done
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue