Skip to content

Commit

Permalink
release v1.12.10
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Mar 25, 2024
1 parent 55c314e commit 4a6888d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/kube-ovn/Chart.yaml
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: v1.12.9
version: v1.12.10

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.12.9"
appVersion: "1.12.10"
2 changes: 1 addition & 1 deletion charts/kube-ovn/values.yaml
Expand Up @@ -10,7 +10,7 @@ global:
repository: kube-ovn
dpdkRepository: kube-ovn-dpdk
vpcRepository: vpc-nat-gateway
tag: v1.12.9
tag: v1.12.10
support_arm: true
thirdparty: true

Expand Down
2 changes: 1 addition & 1 deletion dist/images/install.sh
Expand Up @@ -49,7 +49,7 @@ CNI_BIN_DIR="/opt/cni/bin"

REGISTRY="docker.io/kubeovn"
VPC_NAT_IMAGE="vpc-nat-gateway"
VERSION="v1.12.9"
VERSION="v1.12.10"
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

0 comments on commit 4a6888d

Please sign in to comment.