From e945a1066363e86e4848eba72d77c5904728e0c8 Mon Sep 17 00:00:00 2001 From: oilbeater Date: Mon, 25 Sep 2023 07:07:31 +0000 Subject: [PATCH] set release for v1.12.1 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 0d043c596bb..20f8db1c493 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.0 + tag: v1.12.1 support_arm: true thirdparty: true diff --git a/dist/images/install.sh b/dist/images/install.sh index dc3aa6ecec2..b614cefe9c2 100755 --- a/dist/images/install.sh +++ b/dist/images/install.sh @@ -45,7 +45,7 @@ CNI_BIN_DIR="/opt/cni/bin" REGISTRY="docker.io/kubeovn" VPC_NAT_IMAGE="vpc-nat-gateway" -VERSION="v1.12.0" +VERSION="v1.12.1" 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"