You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do upgrade deploy with changed settings via additional options.
What can be controlled described in controls.
Negatives :
Use wrong image.tag to fail promotion
Use not existing option to fail helm install
Charts and other testing data
blue_green
BlueGreen strategy
controls :
image.tag=0,1 or 0,2
promotion.auto=true or false
promotion.seconds=~ or number in seconds
scaledown.abortseconds=30 in seconds
canary_multi_pause
Canary with multiple pauses. Indefinite and several timed
controls :
image.tag=blue or green
canary_pause
Canary with pause.
controls :
image.tag=0,1 or 0,2
pause.duration=~ or 'duration: number' in seconds, e.g. 'duration: 30' (space after : is important)
canary_pause_with_steps
Canary with indefinite pause and weight set to 30
controls :
image.tag=0,1 or 0,2
pause.duration=~ or 'duration: number' in seconds, e.g. 'duration: 30' (space after : is important)