From dc24eee7714baa541a4a91ab5ede9d3289908bbd Mon Sep 17 00:00:00 2001 From: oilbeater Date: Thu, 14 Dec 2023 05:45:05 +0000 Subject: [PATCH] set release v1.11.13 Signed-off-by: oilbeater --- dist/images/install.sh | 2 +- kubeovn-helm/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/images/install.sh b/dist/images/install.sh index f8f337a7ad3..7bac2f4bf4d 100644 --- a/dist/images/install.sh +++ b/dist/images/install.sh @@ -41,7 +41,7 @@ CNI_CONF_DIR="/etc/cni/net.d" CNI_BIN_DIR="/opt/cni/bin" REGISTRY="kubeovn" -VERSION="v1.11.12" +VERSION="v1.11.13" 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 db268b7231c..70a55893354 100644 --- a/kubeovn-helm/values.yaml +++ b/kubeovn-helm/values.yaml @@ -8,7 +8,7 @@ global: images: kubeovn: repository: kube-ovn - tag: v1.11.12 + tag: v1.11.13 support_arm: true thirdparty: true