From 7702e2cbbb972a382a20f627dde892b995906bf7 Mon Sep 17 00:00:00 2001 From: SanjalKatiyar Date: Tue, 12 Nov 2024 18:28:29 +0530 Subject: [PATCH] console: update compatibility support matrix for 4.18 ODF 4.18 supports OCP 4.18 and 4.19. Signed-off-by: SanjalKatiyar --- console/console.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/console.go b/console/console.go index d98cc738e..c1090e53f 100644 --- a/console/console.go +++ b/console/console.go @@ -133,7 +133,7 @@ func GetConsolePluginCR(consolePort int, serviceNamespace string) *consolev1.Con } func GetBasePath(clusterVersion string) string { - if strings.Contains(clusterVersion, "4.18") { + if strings.Contains(clusterVersion, "4.19") { return COMPATIBILITY_BASE_PATH }