mirror of
				https://github.com/honestbee/drone-kubernetes.git
				synced 2025-11-04 02:58:04 +00:00 
			
		
		
		
	show detail image rolling update detail
in rolling back easy to know which version I should apply
This commit is contained in:
		
							parent
							
								
									8a5e33151c
								
							
						
					
					
						commit
						88a6c3256a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -35,6 +35,6 @@ for DEPLOY in ${DEPLOYMENTS[@]}; do
 | 
				
			||||||
  echo Deploying to $KUBERNETES_SERVER
 | 
					  echo Deploying to $KUBERNETES_SERVER
 | 
				
			||||||
  for CONTAINER in ${CONTAINERS[@]}; do
 | 
					  for CONTAINER in ${CONTAINERS[@]}; do
 | 
				
			||||||
    kubectl -n ${PLUGIN_NAMESPACE} set image deployment/${DEPLOY} \
 | 
					    kubectl -n ${PLUGIN_NAMESPACE} set image deployment/${DEPLOY} \
 | 
				
			||||||
      ${CONTAINER}=${PLUGIN_REPO}:${PLUGIN_TAG}
 | 
					      ${CONTAINER}=${PLUGIN_REPO}:${PLUGIN_TAG} --record
 | 
				
			||||||
  done
 | 
					  done
 | 
				
			||||||
done
 | 
					done
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue