Merge "Enable application upgrades for 22.12"

This commit is contained in:
Zuul 2022-11-29 21:09:33 +00:00 committed by Gerrit Code Review
commit 45ab8df2fd
1 changed files with 2 additions and 2 deletions

View File

@ -59,8 +59,8 @@ log "$NAME: Starting Kubernetes application updates from release $FROM_RELEASE t
if [ "$ACTION" == "activate" ]; then
# TODO: double check the inclusive condition.
if [ "$TO_RELEASE" != "22.06" ]; then
log "not upgrading to 22.06, skip"
if [ "$TO_RELEASE" != "22.12" ]; then
log "not upgrading to 22.12, skip"
exit 0
fi