Skip to content

Commit

Permalink
Merge pull request #381 from SanjalKatiyar/support_matrix_416
Browse files Browse the repository at this point in the history
console: update compatibility support matrix for 4.16
  • Loading branch information
openshift-merge-bot[bot] authored Mar 21, 2024
2 parents b3d8c5a + 53def95 commit 2ece900
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 @@ -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
}

Expand Down

0 comments on commit 2ece900

Please sign in to comment.