Skip to content

Commit

Permalink
console: update compatibility support matrix for 4.18
Browse files Browse the repository at this point in the history
ODF 4.18 supports OCP 4.18 and 4.19.

Signed-off-by: SanjalKatiyar <sanjaldhir@gmail.com>
  • Loading branch information
SanjalKatiyar committed Nov 12, 2024
1 parent 2893bb9 commit 7702e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/console.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 7702e2c

Please sign in to comment.