From a395104dee67e9ed973a1afe005fd4d55f4691a9 Mon Sep 17 00:00:00 2001 From: oilbeater Date: Mon, 26 Feb 2024 09:04:00 +0000 Subject: [PATCH] release v1.12.6 --- charts/kube-ovn/Chart.yaml | 2 +- charts/kube-ovn/values.yaml | 2 +- dist/images/install.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/kube-ovn/Chart.yaml b/charts/kube-ovn/Chart.yaml index 53397c9b3d8..e33134f7382 100644 --- a/charts/kube-ovn/Chart.yaml +++ b/charts/kube-ovn/Chart.yaml @@ -15,7 +15,7 @@ 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.12.5 +version: v1.12.6 # 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 diff --git a/charts/kube-ovn/values.yaml b/charts/kube-ovn/values.yaml index 45b20cd7ea7..8057af451af 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.12.5 + tag: v1.12.6 support_arm: true thirdparty: true diff --git a/dist/images/install.sh b/dist/images/install.sh index a3f7e2103fb..db9f166a139 100755 --- a/dist/images/install.sh +++ b/dist/images/install.sh @@ -49,7 +49,7 @@ CNI_BIN_DIR="/opt/cni/bin" REGISTRY="docker.io/kubeovn" VPC_NAT_IMAGE="vpc-nat-gateway" -VERSION="v1.12.5" +VERSION="v1.12.6" 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"