diff --git a/VERSION b/VERSION index d15b7998b73..fb1b4bd9d97 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.11.11 +v1.11.12 diff --git a/dist/images/install.sh b/dist/images/install.sh index 81d3b12bf42..03971b0662b 100644 --- a/dist/images/install.sh +++ b/dist/images/install.sh @@ -39,7 +39,7 @@ CNI_CONF_DIR="/etc/cni/net.d" CNI_BIN_DIR="/opt/cni/bin" REGISTRY="kubeovn" -VERSION="v1.11.10" +VERSION="v1.11.11" IMAGE_PULL_POLICY="IfNotPresent" POD_CIDR="10.16.0.0/16" # Do NOT overlap with NODE/SVC/JOIN CIDR POD_GATEWAY="10.16.0.1" diff --git a/kubeovn-helm/values.yaml b/kubeovn-helm/values.yaml index 7432cd6bdd4..07a053a56d5 100644 --- a/kubeovn-helm/values.yaml +++ b/kubeovn-helm/values.yaml @@ -8,7 +8,7 @@ global: images: kubeovn: repository: kube-ovn - tag: v1.11.10 + tag: v1.11.11 support_arm: true thirdparty: true