From 23a6299c1ad15b8a52a34b4ac70e4295c6903116 Mon Sep 17 00:00:00 2001 From: oilbeater Date: Tue, 24 Oct 2023 11:00:15 +0000 Subject: [PATCH] set release 1.12.2 Signed-off-by: oilbeater --- charts/values.yaml | 2 +- dist/images/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/values.yaml b/charts/values.yaml index 2c180ee3e38..acbc5b139a8 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -10,7 +10,7 @@ global: repository: kube-ovn dpdkRepository: kube-ovn-dpdk vpcRepository: vpc-nat-gateway - tag: v1.12.1 + tag: v1.12.2 support_arm: true thirdparty: true diff --git a/dist/images/install.sh b/dist/images/install.sh index 95a8a782f62..278bbb065ab 100755 --- a/dist/images/install.sh +++ b/dist/images/install.sh @@ -46,7 +46,7 @@ CNI_BIN_DIR="/opt/cni/bin" REGISTRY="docker.io/kubeovn" VPC_NAT_IMAGE="vpc-nat-gateway" -VERSION="v1.12.1" +VERSION="v1.12.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"