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
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.13.14
18+ version : v1.13.15
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.13.14 "
24+ appVersion : " 1.13.15 "
2525
2626kubeVersion : " >= 1.23.0-0"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ global:
1010 repository : kube-ovn
1111 dpdkRepository : kube-ovn-dpdk
1212 vpcRepository : vpc-nat-gateway
13- tag : v1.13.14
13+ tag : v1.13.15
1414 support_arm : true
1515 thirdparty : true
1616
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ CNI_BIN_DIR="/opt/cni/bin"
6767
6868REGISTRY=" docker.io/kubeovn"
6969VPC_NAT_IMAGE=" vpc-nat-gateway"
70- VERSION=" v1.13.14 "
70+ VERSION=" v1.13.15 "
7171IMAGE_PULL_POLICY=" IfNotPresent"
7272POD_CIDR=" 10.16.0.0/16" # Do NOT overlap with NODE/SVC/JOIN CIDR
7373POD_GATEWAY=" 10.16.0.1"
You can’t perform that action at this time.
0 commit comments