diff --git a/charts/kube-ovn/templates/central-deploy.yaml b/charts/kube-ovn/templates/central-deploy.yaml index 22e347e91ac..aadd1477deb 100644 --- a/charts/kube-ovn/templates/central-deploy.yaml +++ b/charts/kube-ovn/templates/central-deploy.yaml @@ -82,7 +82,7 @@ spec: value: "{{ .Values.networking.ENABLE_COMPACT }}" {{- if include "kubeovn.ovs-ovn.updateStrategy" . | eq "OnDelete" }} - name: OVN_VERSION_COMPATIBILITY - value: "22.03" + value: "21.06" {{- end }} resources: requests: diff --git a/dist/images/Dockerfile.base b/dist/images/Dockerfile.base index b11c52bac25..1e889e1166a 100644 --- a/dist/images/Dockerfile.base +++ b/dist/images/Dockerfile.base @@ -48,7 +48,7 @@ RUN cd /usr/src/ && git clone -b branch-22.12 --depth=1 https://github.com/ovn-o # lflow: do not send direct traffic between lports to conntrack curl -s https://github.com/kubeovn/ovn/commit/54cbe0d1ba2051e640dd3e53498f373362547691.patch | git apply && \ # northd: add nb option version_compatibility - curl -s https://github.com/kubeovn/ovn/commit/174561abd707239f134501c4320cbf9b29af0305.patch | git apply + curl -s https://github.com/kubeovn/ovn/commit/06f5a7c684a6030036e2663eecf934b37c3e666e.patch | git apply RUN apt install -y build-essential fakeroot \ autoconf automake bzip2 debhelper-compat dh-exec dh-python dh-sequence-python3 dh-sequence-sphinxdoc \