diff --git a/dist/images/install.sh b/dist/images/install.sh index ace06b34af8..6e6ff771523 100755 --- a/dist/images/install.sh +++ b/dist/images/install.sh @@ -27,7 +27,7 @@ CNI_CONF_DIR="/etc/cni/net.d" CNI_BIN_DIR="/opt/cni/bin" REGISTRY="kubeovn" -VERSION="v1.9.31" +VERSION="v1.9.32" 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" diff --git a/kubeovn-helm/values.yaml b/kubeovn-helm/values.yaml index 37719975966..ba75d32c78c 100644 --- a/kubeovn-helm/values.yaml +++ b/kubeovn-helm/values.yaml @@ -8,7 +8,7 @@ global: images: kubeovn: repository: kube-ovn - tag: v1.9.31 + tag: v1.9.32 support_arm: true thirdparty: true