File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
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 : 1 .15.0
6- appVersion : " 1.15.0 "
5+ version : v1 .15.1
6+ appVersion : " 1.15.1 "
77kubeVersion : " >= 1.29.0-0"
Original file line number Diff line number Diff line change 77 images :
88 kubeovn :
99 repository : kube-ovn
10- tag : v1.15.0
10+ tag : v1.15.1
1111
1212# -- Image configuration.
1313# @section -- Global parameters
@@ -309,7 +309,7 @@ natGw:
309309 repository : docker.io/kubeovn/vpc-nat-gateway
310310 # -- Image tag.
311311 # @section -- NAT gateways configuration
312- tag : v1.15.0
312+ tag : v1.15.1
313313 # -- Image pull policy.
314314 # @section -- NAT gateways configuration
315315 pullPolicy : IfNotPresent
@@ -326,7 +326,7 @@ natGw:
326326 repository : docker.io/kubeovn/kube-ovn
327327 # -- Image tag.
328328 # @section -- NAT gateways configuration
329- tag : v1.15.0
329+ tag : v1.15.1
330330 # -- Image pull policy.
331331 # @section -- NAT gateways configuration
332332 pullPolicy : IfNotPresent
@@ -448,7 +448,7 @@ ovsOvn:
448448 enabled : false
449449 # -- DPDK image tag.
450450 # @section -- OVS/OVN daemons configuration
451- tag : " v1.15.0-dpdk "
451+ tag : v1.15.1
452452 # -- ovs-ovn resource limits & requests when DPDK-hybrid is enabled.
453453 # ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
454454 # @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.15.0
18+ version : v1.15.1
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.15.0 "
24+ appVersion : " 1.15.1 "
2525
2626kubeVersion : " >= 1.29.0-0"
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ global:
88 images :
99 kubeovn :
1010 repository : kube-ovn
11- tag : v1.15.0
11+ tag : v1.15.1
1212 natgateway :
1313 repository : vpc-nat-gateway
1414 # Falls back to the same tag as kubeovn if empty
15- tag : " "
15+ tag : v1.15.1
1616
1717image :
1818 pullPolicy : IfNotPresent
Original file line number Diff line number Diff line change 22set -euo pipefail
33
44REGISTRY=" docker.io/kubeovn"
5- VERSION=" v1.15.0 "
5+ VERSION=" v1.15.1 "
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