diff --git a/charts/kube-ovn/Chart.yaml b/charts/kube-ovn/Chart.yaml index e33134f7382..ded84b38ae3 100644 --- a/charts/kube-ovn/Chart.yaml +++ b/charts/kube-ovn/Chart.yaml @@ -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.6 +version: v1.12.7 # 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.4" +appVersion: "1.12.7" diff --git a/charts/kube-ovn/values.yaml b/charts/kube-ovn/values.yaml index 8057af451af..8fa0ff181ba 100644 --- a/charts/kube-ovn/values.yaml +++ b/charts/kube-ovn/values.yaml @@ -10,7 +10,7 @@ global: repository: kube-ovn dpdkRepository: kube-ovn-dpdk vpcRepository: vpc-nat-gateway - tag: v1.12.6 + tag: v1.12.7 support_arm: true thirdparty: true diff --git a/dist/images/install.sh b/dist/images/install.sh index c36469b2aa4..2abd27ca0d2 100755 --- a/dist/images/install.sh +++ b/dist/images/install.sh @@ -49,7 +49,7 @@ CNI_BIN_DIR="/opt/cni/bin" REGISTRY="docker.io/kubeovn" VPC_NAT_IMAGE="vpc-nat-gateway" -VERSION="v1.12.6" +VERSION="v1.12.7" 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"