File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 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.14.5
18
+ version : v1.14.6
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.14.5 "
24
+ appVersion : " 1.14.6 "
25
25
26
26
kubeVersion : " >= 1.29.0-0"
Original file line number Diff line number Diff line change 9
9
kubeovn :
10
10
repository : kube-ovn
11
11
vpcRepository : vpc-nat-gateway
12
- tag : v1.14.5
12
+ tag : v1.14.6
13
13
support_arm : true
14
14
thirdparty : true
15
15
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ CNI_BIN_DIR="/opt/cni/bin"
68
68
69
69
REGISTRY=" docker.io/kubeovn"
70
70
VPC_NAT_IMAGE=" vpc-nat-gateway"
71
- VERSION=" v1.14.5 "
71
+ VERSION=" v1.14.6 "
72
72
IMAGE_PULL_POLICY=" IfNotPresent"
73
73
POD_CIDR=" 10.16.0.0/16" # Do NOT overlap with NODE/SVC/JOIN CIDR
74
74
POD_GATEWAY=" 10.16.0.1"
You can’t perform that action at this time.
0 commit comments