From 6c536bf073343f26982140066aad4adcef1e150a Mon Sep 17 00:00:00 2001 From: Ronelle Landy Date: Mon, 5 Apr 2021 12:19:49 -0400 Subject: [PATCH] Update defaults for rhel modules in container base All rhel releases that use tcib have moved to rhel 8.4 This patch updates the default module versions to match the versions required in 8.4. Change-Id: I3b2075b68695025a543b7ac5612cc73c5858de5b --- container-images/tcib/base/base.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/container-images/tcib/base/base.yaml b/container-images/tcib/base/base.yaml index 0e9131f1b..20a4d0967 100644 --- a/container-images/tcib/base/base.yaml +++ b/container-images/tcib/base/base.yaml @@ -59,8 +59,8 @@ tcib_packages: modules: - disable: container-tools:rhel8 - disable: virt:rhel - - enable: container-tools:{{ tcib_rhel_modules['container-tools'] | default('2.0') }} + - enable: container-tools:{{ tcib_rhel_modules['container-tools'] | default('3.0') }} - enable: mariadb:{{ tcib_rhel_modules['mariadb'] | default('10.3') }} - - enable: virt:{{ tcib_rhel_modules['virt'] | default('8.2') }} + - enable: virt:{{ tcib_rhel_modules['virt'] | default('av') }} - enable: redis:{{ tcib_rhel_modules['redis'] | default('5') }} tcib_stopsignal: SIGTERM