We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9adc20 commit e945a10Copy full SHA for e945a10
charts/values.yaml
@@ -10,7 +10,7 @@ global:
10
repository: kube-ovn
11
dpdkRepository: kube-ovn-dpdk
12
vpcRepository: vpc-nat-gateway
13
- tag: v1.12.0
+ tag: v1.12.1
14
support_arm: true
15
thirdparty: true
16
dist/images/install.sh
@@ -45,7 +45,7 @@ CNI_BIN_DIR="/opt/cni/bin"
45
46
REGISTRY="docker.io/kubeovn"
47
VPC_NAT_IMAGE="vpc-nat-gateway"
48
-VERSION="v1.12.0"
+VERSION="v1.12.1"
49
IMAGE_PULL_POLICY="IfNotPresent"
50
POD_CIDR="10.16.0.0/16" # Do NOT overlap with NODE/SVC/JOIN CIDR
51
POD_GATEWAY="10.16.0.1"
0 commit comments