From b64d7e9b1e0422b397a7e7b30dfbd8c45d7cafc8 Mon Sep 17 00:00:00 2001 From: oilbeater Date: Mon, 6 Nov 2023 08:58:56 +0000 Subject: [PATCH] set release for 1.12.3 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 bfc049c7c98..de22f028453 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.2 + tag: v1.12.3 support_arm: true thirdparty: true diff --git a/dist/images/install.sh b/dist/images/install.sh index ce82db011e1..6120c35f5af 100755 --- a/dist/images/install.sh +++ b/dist/images/install.sh @@ -47,7 +47,7 @@ CNI_BIN_DIR="/opt/cni/bin" REGISTRY="docker.io/kubeovn" VPC_NAT_IMAGE="vpc-nat-gateway" -VERSION="v1.12.2" +VERSION="v1.12.3" 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"