File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ apiVersion: v2
22name : kube-ovn-v2
33description : Helm chart for Kube-OVN
44type : application
5- version : v1.14.20
6- appVersion : " 1.14.20 "
5+ version : v1.14.21
6+ appVersion : " 1.14.21 "
77kubeVersion : " >= 1.29.0-0"
Original file line number Diff line number Diff line change 88 kubeovn :
99 repository : kube-ovn
1010 vpcRepository : vpc-nat-gateway
11- tag : v1.14.20
11+ tag : v1.14.21
1212 support_arm : true
1313 thirdparty : true
1414
@@ -299,7 +299,7 @@ natGw:
299299 repository : docker.io/kubeovn/kube-ovn
300300 # -- Image tag.
301301 # @section -- NAT gateways configuration
302- tag : v1.14.20
302+ tag : v1.14.21
303303 # -- Image pull policy.
304304 # @section -- NAT gateways configuration
305305 pullPolicy : IfNotPresent
@@ -396,7 +396,7 @@ ovsOvn:
396396 enabled : false
397397 # -- DPDK image tag.
398398 # @section -- OVS/OVN daemons configuration
399- tag : v1.14.20
399+ tag : v1.14.21
400400 # -- ovs-ovn resource limits & requests when DPDK-hybrid is enabled.
401401 # ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
402402 # @section -- OVS/OVN daemons configuration
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : v1.14.20
18+ version : v1.14.21
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " 1.14.20 "
24+ appVersion : " 1.14.21 "
2525
2626kubeVersion : " >= 1.29.0-0"
Original file line number Diff line number Diff line change 99 kubeovn :
1010 repository : kube-ovn
1111 vpcRepository : vpc-nat-gateway
12- tag : v1.14.20
12+ tag : v1.14.21
1313 support_arm : true
1414 thirdparty : true
1515
Original file line number Diff line number Diff line change 22set -euo pipefail
33
44REGISTRY=" docker.io/kubeovn"
5- VERSION=" v1.14.20 "
5+ VERSION=" v1.14.21 "
66
77DEL_NON_HOST_NET_POD=${DEL_NON_HOST_NET_POD:- true}
88IPV6=${IPV6:- false}
You can’t perform that action at this time.
0 commit comments