File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
.github/actions/gen-install-scripts Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 6767fi
6868
6969# add additional LABELs to bundle.Docker file
70- label=" LABEL com.redhat.openshift.versions=\" v4.5-v4.7 \" \nLABEL com.redhat.delivery.backport=true\nLABEL com.redhat.delivery.operator.bundle=true"
70+ label=" LABEL com.redhat.openshift.versions=\" v4.5-v4.10 \" \nLABEL com.redhat.delivery.backport=true\nLABEL com.redhat.delivery.operator.bundle=true"
7171awk -v rep=" FROM scratch\n\n$label " ' {sub(/FROM scratch/, rep); print}' bundle.Dockerfile > tmp && mv tmp bundle.Dockerfile
7272
7373operator-sdk bundle validate ./bundle
Original file line number Diff line number Diff line change @@ -13,3 +13,6 @@ annotations:
1313 # Annotations for testing.
1414 operators.operatorframework.io.test.mediatype.v1 : scorecard+v1
1515 operators.operatorframework.io.test.config.v1 : tests/scorecard/
16+
17+ # Supported Openshift versions
18+ com.redhat.openshift.versions : " v4.5-v4.10"
You can’t perform that action at this time.
0 commit comments