From 94bdf05d4555764b2d1e1f697eb47feb14cf7d08 Mon Sep 17 00:00:00 2001 From: oilbeater Date: Mon, 22 Jan 2024 07:30:11 +0000 Subject: [PATCH] set for release 1.11.15 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 8d567082dc1..fa270d1494b 100644 --- a/dist/images/install.sh +++ b/dist/images/install.sh @@ -42,7 +42,7 @@ CNI_CONF_DIR="/etc/cni/net.d" CNI_BIN_DIR="/opt/cni/bin" REGISTRY="kubeovn" -VERSION="v1.11.14" +VERSION="v1.11.15" 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 e40566208f3..b610061876f 100644 --- a/kubeovn-helm/values.yaml +++ b/kubeovn-helm/values.yaml @@ -8,7 +8,7 @@ global: images: kubeovn: repository: kube-ovn - tag: v1.11.14 + tag: v1.11.15 support_arm: true thirdparty: true