Skip to content

Commit 81e5940

Browse files
committed
release v1.15.20
1 parent 6b271f3 commit 81e5940

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

charts/kube-ovn-v2/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ apiVersion: v2
22
name: kube-ovn-v2
33
description: Helm chart for Kube-OVN
44
type: application
5-
version: v1.15.19
6-
appVersion: "1.15.19"
5+
version: v1.15.20
6+
appVersion: "1.15.20"
77
kubeVersion: ">= 1.29.0-0"

charts/kube-ovn-v2/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ global:
77
images:
88
kubeovn:
99
repository: kube-ovn
10-
tag: v1.15.19
10+
tag: v1.15.20
1111

1212
# -- Image configuration.
1313
# @section -- Global parameters
@@ -329,7 +329,7 @@ natGw:
329329
repository: docker.io/kubeovn/vpc-nat-gateway
330330
# -- Image tag.
331331
# @section -- NAT gateways configuration
332-
tag: v1.15.19
332+
tag: v1.15.20
333333
# -- Image pull policy.
334334
# @section -- NAT gateways configuration
335335
pullPolicy: IfNotPresent
@@ -346,7 +346,7 @@ natGw:
346346
repository: docker.io/kubeovn/kube-ovn
347347
# -- Image tag.
348348
# @section -- NAT gateways configuration
349-
tag: v1.15.19
349+
tag: v1.15.20
350350
# -- Image pull policy.
351351
# @section -- NAT gateways configuration
352352
pullPolicy: IfNotPresent
@@ -486,7 +486,7 @@ ovsOvn:
486486
enabled: false
487487
# -- DPDK image tag.
488488
# @section -- OVS/OVN daemons configuration
489-
tag: v1.15.19
489+
tag: v1.15.20
490490
# -- Affinity for the ovs-ovn-dpdk DaemonSet.
491491
# @section -- OVS/OVN daemons configuration
492492
affinity: {}

charts/kube-ovn/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.19
18+
version: v1.15.20
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.19"
24+
appVersion: "1.15.20"
2525

2626
kubeVersion: ">= 1.29.0-0"

charts/kube-ovn/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ global:
88
images:
99
kubeovn:
1010
repository: kube-ovn
11-
tag: v1.15.19
11+
tag: v1.15.20
1212
natgateway:
1313
repository: vpc-nat-gateway
1414
# Falls back to the same tag as kubeovn if empty
15-
tag: v1.15.19
15+
tag: v1.15.20
1616

1717
image:
1818
pullPolicy: IfNotPresent

dist/images/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euo pipefail
33

44
REGISTRY="docker.io/kubeovn"
5-
VERSION="v1.15.19"
5+
VERSION="v1.15.20"
66

77
DEL_NON_HOST_NET_POD=${DEL_NON_HOST_NET_POD:-true}
88
IPV6=${IPV6:-false}

0 commit comments

Comments
 (0)