Skip to content

Commit 42213f7

Browse files
committed
release v1.14.26
1 parent 545c01c commit 42213f7

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

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.14.25
6-
appVersion: "1.14.25"
5+
version: v1.14.26
6+
appVersion: "1.14.26"
77
kubeVersion: ">= 1.29.0-0"

charts/kube-ovn-v2/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ global:
88
kubeovn:
99
repository: kube-ovn
1010
vpcRepository: vpc-nat-gateway
11-
tag: v1.14.25
11+
tag: v1.14.26
1212
support_arm: true
1313
thirdparty: true
1414

@@ -304,7 +304,7 @@ natGw:
304304
repository: docker.io/kubeovn/kube-ovn
305305
# -- Image tag.
306306
# @section -- NAT gateways configuration
307-
tag: v1.14.25
307+
tag: v1.14.26
308308
# -- Image pull policy.
309309
# @section -- NAT gateways configuration
310310
pullPolicy: IfNotPresent
@@ -415,7 +415,7 @@ ovsOvn:
415415
enabled: false
416416
# -- DPDK image tag.
417417
# @section -- OVS/OVN daemons configuration
418-
tag: v1.14.25
418+
tag: v1.14.26
419419
# -- ovs-ovn resource limits & requests when DPDK-hybrid is enabled.
420420
# ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
421421
# @section -- OVS/OVN daemons configuration

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.14.25
18+
version: v1.14.26
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.25"
24+
appVersion: "1.14.26"
2525

2626
kubeVersion: ">= 1.29.0-0"

charts/kube-ovn/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ global:
99
kubeovn:
1010
repository: kube-ovn
1111
vpcRepository: vpc-nat-gateway
12-
tag: v1.14.25
12+
tag: v1.14.26
1313
support_arm: true
1414
thirdparty: true
1515

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.14.25"
5+
VERSION="v1.14.26"
66

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

0 commit comments

Comments
 (0)