Skip to content

Commit e945a10

Browse files
committed
set release for v1.12.1
Signed-off-by: oilbeater <liumengxinfly@gmail.com>
1 parent f9adc20 commit e945a10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ global:
1010
repository: kube-ovn
1111
dpdkRepository: kube-ovn-dpdk
1212
vpcRepository: vpc-nat-gateway
13-
tag: v1.12.0
13+
tag: v1.12.1
1414
support_arm: true
1515
thirdparty: true
1616

dist/images/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ CNI_BIN_DIR="/opt/cni/bin"
4545

4646
REGISTRY="docker.io/kubeovn"
4747
VPC_NAT_IMAGE="vpc-nat-gateway"
48-
VERSION="v1.12.0"
48+
VERSION="v1.12.1"
4949
IMAGE_PULL_POLICY="IfNotPresent"
5050
POD_CIDR="10.16.0.0/16" # Do NOT overlap with NODE/SVC/JOIN CIDR
5151
POD_GATEWAY="10.16.0.1"

0 commit comments

Comments
 (0)