diff --git a/hack/prepare-upstream.sh b/hack/prepare-upstream.sh index 27e9a4010..d33fbe51c 100755 --- a/hack/prepare-upstream.sh +++ b/hack/prepare-upstream.sh @@ -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