Skip to content

Commit

Permalink
support OCP 4.15-4.17
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomitn committed Sep 9, 2024
1 parent e8dd0c9 commit e083cb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ LABEL operators.operatorframework.io.test.config.v1=tests/scorecard/
COPY bundle/manifests /manifests/
COPY bundle/metadata /metadata/
COPY bundle/tests/scorecard /tests/scorecard/
LABEL com.redhat.openshift.versions="v4.15-v4.16"
LABEL com.redhat.openshift.versions="v4.15-v4.17"
LABEL com.redhat.delivery.operator.bundle=true
2 changes: 1 addition & 1 deletion bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ annotations:
operators.operatorframework.io.test.config.v1: tests/scorecard/

# OpenShift annotations:
com.redhat.openshift.versions: "v4.15-v4.16"
com.redhat.openshift.versions: "v4.15-v4.17"
2 changes: 1 addition & 1 deletion console/console.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func RemoveConsole(client client.Client, namespace string) error {
return nil
}
func GetBasePath(clusterVersion string) string {
if strings.Contains(clusterVersion, "4.17") {
if strings.Contains(clusterVersion, "4.18") {
return CompatibilityBasePath
}

Expand Down

0 comments on commit e083cb4

Please sign in to comment.