Skip to content

Commit 831ee6e

Browse files
Merge pull request #2435 from abhat/ovn_bump_arp_fix
OCPBUGS-49840: Bump OVN to 24.09.2-14 for FDP-1131
2 parents 633ebb6 + 976a3c6 commit 831ee6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.base

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ RUN dnf --setopt=retries=2 --setopt=timeout=2 install -y --nodocs \
1313
dnf clean all
1414

1515
ARG ovsver=3.4.0-18.el9fdp
16-
ARG ovnver=24.09.1-10.el9fdp
16+
ARG ovnver=24.09.2-14.el9fdp
1717
# NOTE: Ensure that the versions of OVS and OVN are overriden for OKD in each of the subsequent layers.
1818
# Centos and RHEL releases for ovn are built out of sync, so please make sure to bump for OKD with
1919
# the corresponding Centos version when updating the OCP version.
2020
ARG ovsver_okd=3.4.0-12.el9s
21+
# We are not bumping the OVN version for OKD since the FDP release is not done yet.
2122
ARG ovnver_okd=24.09.1-10.el9s
2223

2324
RUN INSTALL_PKGS="iptables nftables" && \

0 commit comments

Comments
 (0)