File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ RUN dnf --setopt=retries=2 --setopt=timeout=2 install -y --nodocs \
1717# reduces the number of variables in the system) and receive all the CVE and
1818# bug fixes automatically.
1919ARG ovsver=3.5
20- ARG ovnver=24.09.2-69 .el9fdp
20+ ARG ovnver=25.03.0-73 .el9fdp
2121# NOTE: Ensure that the versions of OVS and OVN are overriden for OKD in each of the subsequent layers.
2222# Centos and RHEL releases for ovn are built out of sync, so please make sure to bump for OKD with
2323# the corresponding Centos version when updating the OCP version.
2424ARG ovsver_okd=3.5
2525# We are not bumping the OVN version for OKD since the FDP release is not done yet.
26- ARG ovnver_okd=24.09 .1-10 .el9s
26+ ARG ovnver_okd=25.03 .1-36 .el9s
2727
2828RUN INSTALL_PKGS="iptables nftables" && \
2929 source /etc/os-release && \
You can’t perform that action at this time.
0 commit comments