File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
.github/actions/gen-install-scripts Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 7070fi
7171
7272# add additional LABELs to bundle.Docker file
73- label=" LABEL com.redhat.openshift.versions=\" v4.5-v4.10 \" \nLABEL com.redhat.delivery.backport=true\nLABEL com.redhat.delivery.operator.bundle=true"
73+ label=" LABEL com.redhat.openshift.versions=\" v4.8 \" \nLABEL com.redhat.delivery.backport=true\nLABEL com.redhat.delivery.operator.bundle=true"
7474awk -v rep=" FROM scratch\n\n$label " ' {sub(/FROM scratch/, rep); print}' bundle.Dockerfile > tmp && mv tmp bundle.Dockerfile
7575
7676operator-sdk bundle validate ./bundle
Original file line number Diff line number Diff line change @@ -13,3 +13,5 @@ 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+ com.redhat.openshift.versions : " v4.8"
You can’t perform that action at this time.
0 commit comments