From 6b9e393cf1f23a2cc9761e1bde781cb20d8d1f2b Mon Sep 17 00:00:00 2001 From: oilbeater Date: Wed, 27 Mar 2024 06:07:14 +0000 Subject: [PATCH] set release 1.11.16 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 aeca68936bf..c6809b4d1d5 100644 --- a/dist/images/install.sh +++ b/dist/images/install.sh @@ -43,7 +43,7 @@ CNI_CONF_DIR="/etc/cni/net.d" CNI_BIN_DIR="/opt/cni/bin" REGISTRY="kubeovn" -VERSION="v1.11.15" +VERSION="v1.11.16" 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 24507be26b4..161e505851c 100644 --- a/kubeovn-helm/values.yaml +++ b/kubeovn-helm/values.yaml @@ -8,7 +8,7 @@ global: images: kubeovn: repository: kube-ovn - tag: v1.11.15 + tag: v1.11.16 support_arm: true thirdparty: true