Skip to content

Commit d9154f1

Browse files
committed
release v1.11.24
1 parent 3056aa7 commit d9154f1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

dist/images/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ CNI_CONF_DIR="/etc/cni/net.d"
4343
CNI_BIN_DIR="/opt/cni/bin"
4444

4545
REGISTRY="kubeovn"
46-
VERSION="v1.11.23"
46+
VERSION="v1.11.24"
4747
IMAGE_PULL_POLICY="IfNotPresent"
4848
POD_CIDR="10.16.0.0/16" # Do NOT overlap with NODE/SVC/JOIN CIDR
4949
POD_GATEWAY="10.16.0.1"

kubeovn-helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ 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.11.23
18+
version: v1.11.24
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.11.23"
24+
appVersion: "1.11.24"

kubeovn-helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ global:
88
images:
99
kubeovn:
1010
repository: kube-ovn
11-
tag: v1.11.23
11+
tag: v1.11.24
1212
support_arm: true
1313
thirdparty: true
1414

0 commit comments

Comments
 (0)