Skip to content

Commit 9ee7fa0

Browse files
authored
Update supported OpenShift version (#52)
The Operator Bundle certification fails with any version < 4.8 with a message that syas they've reached its end of life
1 parent e2708bc commit 9ee7fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundle.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ COPY bundle/manifests /manifests/
2020
COPY bundle/metadata /metadata/
2121
COPY bundle/tests/scorecard /tests/scorecard/
2222

23-
LABEL com.redhat.openshift.versions="v4.6"
23+
LABEL com.redhat.openshift.versions="v4.8"
2424
LABEL com.redhat.delivery.operator.bundle=true
2525
LABEL com.redhat.delivery.backport=true

0 commit comments

Comments
 (0)