From b01d68e1c14a3660b29b8f7fa4f74c9e6bde2172 Mon Sep 17 00:00:00 2001 From: changluyi Date: Fri, 4 Aug 2023 13:09:19 +0800 Subject: [PATCH] update version to v1.9.28 --- VERSION | 2 +- dist/images/install.sh | 2 +- kubeovn-helm/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index ebdc5393d10..2c16128d5f6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.9.27 \ No newline at end of file +v1.9.28 \ No newline at end of file diff --git a/dist/images/install.sh b/dist/images/install.sh index 2d263bf7616..348fcf68896 100755 --- a/dist/images/install.sh +++ b/dist/images/install.sh @@ -27,7 +27,7 @@ CNI_CONF_DIR="/etc/cni/net.d" CNI_BIN_DIR="/opt/cni/bin" REGISTRY="kubeovn" -VERSION="v1.9.27" +VERSION="v1.9.28" 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 57008f14816..e18551a761e 100644 --- a/kubeovn-helm/values.yaml +++ b/kubeovn-helm/values.yaml @@ -8,7 +8,7 @@ global: images: kubeovn: repository: kube-ovn - tag: v1.9.27 + tag: v1.9.28 support_arm: true thirdparty: true