File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : v1.12.28
18
+ version : v1.12.29
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : " 1.12.28 "
24
+ appVersion : " 1.12.29 "
25
25
26
26
kubeVersion : " >= 1.23.0-0"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ global:
10
10
repository : kube-ovn
11
11
dpdkRepository : kube-ovn-dpdk
12
12
vpcRepository : vpc-nat-gateway
13
- tag : v1.12.28
13
+ tag : v1.12.29
14
14
support_arm : true
15
15
thirdparty : true
16
16
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ CNI_BIN_DIR="/opt/cni/bin"
52
52
53
53
REGISTRY=" docker.io/kubeovn"
54
54
VPC_NAT_IMAGE=" vpc-nat-gateway"
55
- VERSION=" v1.12.28 "
55
+ VERSION=" v1.12.29 "
56
56
IMAGE_PULL_POLICY=" IfNotPresent"
57
57
POD_CIDR=" 10.16.0.0/16" # Do NOT overlap with NODE/SVC/JOIN CIDR
58
58
POD_GATEWAY=" 10.16.0.1"
You can’t perform that action at this time.
0 commit comments