Initial upgrade flow for control-plane

This commit is contained in:
2026-04-06 23:49:39 +08:00
parent c6f89651ce
commit 578b3e6a6f
19 changed files with 563 additions and 42 deletions

View File

@@ -3,7 +3,7 @@ VERSION ?= dev
UBOOT_VERSION=v2026.01
# Target kube version
KUBE_VERSION ?= v1.35.0
KUBE_VERSION ?= v1.33.3
GIT_REV := $(shell git rev-parse HEAD)