Skip to content

Commit

Permalink
prepare for v1.9.26
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed May 11, 2023
1 parent bce5b04 commit a5a97ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.9.25
v1.9.26
2 changes: 1 addition & 1 deletion dist/images/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CNI_CONF_DIR="/etc/cni/net.d"
CNI_BIN_DIR="/opt/cni/bin"

REGISTRY="kubeovn"
VERSION="v1.9.24"
VERSION="v1.9.26"
IMAGE_PULL_POLICY="IfNotPresent"
POD_CIDR="10.16.0.0/16" # Do NOT overlap with NODE/SVC/JOIN CIDR
POD_GATEWAY="10.16.0.1"
Expand Down
2 changes: 1 addition & 1 deletion kubeovn-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ global:
images:
kubeovn:
repository: kube-ovn
tag: v1.9.24
tag: v1.9.26
support_arm: true
thirdparty: true

Expand Down

0 comments on commit a5a97ce

Please sign in to comment.