From 0a1194ad43d34e96f35ca874fcc01a6a3b68803f Mon Sep 17 00:00:00 2001 From: oilbeater Date: Wed, 16 Oct 2024 02:41:09 +0000 Subject: [PATCH] release v1.11.20 --- dist/images/install.sh | 2 +- kubeovn-helm/Chart.yaml | 4 ++-- kubeovn-helm/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/images/install.sh b/dist/images/install.sh index 229e49b8e25..81616d02942 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.19" +VERSION="v1.11.20" 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/Chart.yaml b/kubeovn-helm/Chart.yaml index 652f41ee3a9..399216873c8 100644 --- a/kubeovn-helm/Chart.yaml +++ b/kubeovn-helm/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: v1.11.20 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.16.0" +appVersion: "1.11.20" diff --git a/kubeovn-helm/values.yaml b/kubeovn-helm/values.yaml index 3a5061fe03a..9819fc6a8c8 100644 --- a/kubeovn-helm/values.yaml +++ b/kubeovn-helm/values.yaml @@ -8,7 +8,7 @@ global: images: kubeovn: repository: kube-ovn - tag: v1.11.19 + tag: v1.11.20 support_arm: true thirdparty: true