Skip to content

Commit

Permalink
No backport
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm committed Sep 8, 2023
1 parent 4ce5b59 commit 24848f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/postprocess-bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ cat <<EOF >> bundle.Dockerfile
# Certified Openshift required labels
LABEL com.redhat.openshift.versions="v4.9"
LABEL com.redhat.delivery.operator.bundle=true
LABEL com.redhat.delivery.backport=true
EOF

# Add them to the bundle metadata also
yq eval -i '.annotations."com.redhat.openshift.versions" = "v4.9"' bundle/metadata/annotations.yaml
yq eval -i '.annotations."com.redhat.delivery.operator.bundle" = true' bundle/metadata/annotations.yaml
yq eval -i '.annotations."com.redhat.delivery.backport" = true' bundle/metadata/annotations.yaml
yq eval -i '.annotations."com.redhat.openshift.versions" headComment = "Certified Openshift required labels"' bundle/metadata/annotations.yaml

# This file is extra from creation process on config/manifests, should not be in the bundle itself
Expand Down

0 comments on commit 24848f9

Please sign in to comment.