Skip to content

Commit

Permalink
Merge branch 'quay:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelalang authored Jun 29, 2024
2 parents 29fa2cf + 62884a1 commit 5cb27d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hack/prepare-upstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ yq eval -i '

yq eval -i '
.annotations["operators.operatorframework.io.bundle.channel.default.v1"] = strenv(DEFAULT_CHANNEL) |
.annotations["operators.operatorframework.io.bundle.channels.v1"] = strenv(CHANNEL)
.annotations["operators.operatorframework.io.bundle.channels.v1"] = strenv(CHANNEL) |
.annotations["operators.operatorframework.io.bundle.package.v1"] = "project-quay"
' ./bundle/metadata/annotations.yaml

0 comments on commit 5cb27d3

Please sign in to comment.