From 229b0b74e0039c34c2e61942ce3ad76bd2b00e37 Mon Sep 17 00:00:00 2001 From: oilbeater Date: Mon, 16 Dec 2024 01:58:21 +0000 Subject: [PATCH] release v1.13.2 --- charts/kube-ovn/Chart.yaml | 4 ++-- charts/kube-ovn/values.yaml | 2 +- dist/images/install.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/kube-ovn/Chart.yaml b/charts/kube-ovn/Chart.yaml index 459c6bbd729..f18d25c48a6 100644 --- a/charts/kube-ovn/Chart.yaml +++ b/charts/kube-ovn/Chart.yaml @@ -15,12 +15,12 @@ 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: v1.13.1 +version: v1.13.2 # 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.13.1" +appVersion: "1.13.2" kubeVersion: ">= 1.23.0-0" diff --git a/charts/kube-ovn/values.yaml b/charts/kube-ovn/values.yaml index d9bd7fffa4b..6810f310b55 100644 --- a/charts/kube-ovn/values.yaml +++ b/charts/kube-ovn/values.yaml @@ -10,7 +10,7 @@ global: repository: kube-ovn dpdkRepository: kube-ovn-dpdk vpcRepository: vpc-nat-gateway - tag: v1.13.1 + tag: v1.13.2 support_arm: true thirdparty: true diff --git a/dist/images/install.sh b/dist/images/install.sh index 8a2493cf585..885c8bbc196 100755 --- a/dist/images/install.sh +++ b/dist/images/install.sh @@ -60,7 +60,7 @@ CNI_BIN_DIR="/opt/cni/bin" REGISTRY="docker.io/kubeovn" VPC_NAT_IMAGE="vpc-nat-gateway" -VERSION="v1.13.1" +VERSION="v1.13.2" 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"