Skip to content

Commit bd38cc1

Browse files
committed
release v1.14.6
1 parent 5858c49 commit bd38cc1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.5
18+
version: v1.14.6
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.5"
24+
appVersion: "1.14.6"
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.5
12+
tag: v1.14.6
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
@@ -68,7 +68,7 @@ CNI_BIN_DIR="/opt/cni/bin"
6868

6969
REGISTRY="docker.io/kubeovn"
7070
VPC_NAT_IMAGE="vpc-nat-gateway"
71-
VERSION="v1.14.5"
71+
VERSION="v1.14.6"
7272
IMAGE_PULL_POLICY="IfNotPresent"
7373
POD_CIDR="10.16.0.0/16" # Do NOT overlap with NODE/SVC/JOIN CIDR
7474
POD_GATEWAY="10.16.0.1"

0 commit comments

Comments
 (0)