From 53def95f1318c586e49f759444746c58bb558b4a Mon Sep 17 00:00:00 2001 From: SanjalKatiyar Date: Thu, 21 Mar 2024 18:34:02 +0530 Subject: [PATCH] console: update compatibility support matrix for 4.16 ODF 4.16 supports OCP 4.16 and 4.17. 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 bd74b7dc6..ecb9bdb11 100644 --- a/console/console.go +++ b/console/console.go @@ -111,7 +111,7 @@ func GetConsolePluginCR(consolePort int, serviceNamespace string) *consolev1alph } func GetBasePath(clusterVersion string) string { - if strings.Contains(clusterVersion, "4.16") { + if strings.Contains(clusterVersion, "4.17") { return COMPATIBILITY_BASE_PATH }