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.13.3
18
+ version : v1.13.4
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.13.3 "
24
+ appVersion : " 1.13.4 "
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.13.3
13
+ tag : v1.13.4
14
14
support_arm : true
15
15
thirdparty : true
16
16
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ CNI_BIN_DIR="/opt/cni/bin"
67
67
68
68
REGISTRY=" docker.io/kubeovn"
69
69
VPC_NAT_IMAGE=" vpc-nat-gateway"
70
- VERSION=" v1.13.3 "
70
+ VERSION=" v1.13.4 "
71
71
IMAGE_PULL_POLICY=" IfNotPresent"
72
72
POD_CIDR=" 10.16.0.0/16" # Do NOT overlap with NODE/SVC/JOIN CIDR
73
73
POD_GATEWAY=" 10.16.0.1"
You can’t perform that action at this time.
0 commit comments