Merge "Enable application upgrades for 22.12"
This commit is contained in:
commit
45ab8df2fd
@ -59,8 +59,8 @@ log "$NAME: Starting Kubernetes application updates from release $FROM_RELEASE t
|
|||||||
|
|
||||||
if [ "$ACTION" == "activate" ]; then
|
if [ "$ACTION" == "activate" ]; then
|
||||||
# TODO: double check the inclusive condition.
|
# TODO: double check the inclusive condition.
|
||||||
if [ "$TO_RELEASE" != "22.06" ]; then
|
if [ "$TO_RELEASE" != "22.12" ]; then
|
||||||
log "not upgrading to 22.06, skip"
|
log "not upgrading to 22.12, skip"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user