Skip to content

Commit

Permalink
chore: rename upstream operator back to quay-operator (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Bulatov authored Jun 3, 2024
1 parent 81b4922 commit 62884a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hack/prepare-upstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ yq eval -i '
.metadata.annotations["olm.skipRange"] = (">=3.6.x <${RELEASE}" | envsubst) |
.metadata.annotations["quay-version"] = strenv(RELEASE) |
.metadata.annotations.containerImage = ("quay.io/projectquay/quay-operator:${RELEASE}" | envsubst) |
.metadata.name = ("project-quay.v${RELEASE}" | envsubst) |
.metadata.name = ("quay-operator.v${RELEASE}" | envsubst) |
.spec.install.spec.deployments[0].spec.template.spec.containers[0].image = ("quay.io/projectquay/quay-operator:${RELEASE}" | envsubst) |
.spec.install.spec.deployments[0].spec.template.spec.containers[0].env[] |= (
select(.name == "RELATED_IMAGE_COMPONENT_BUILDER").value = ("quay.io/projectquay/quay-builder:${RELEASE}" | envsubst) |
Expand All @@ -52,5 +52,3 @@ yq eval -i '
.annotations["operators.operatorframework.io.bundle.channels.v1"] = strenv(CHANNEL) |
.annotations["operators.operatorframework.io.bundle.package.v1"] = "project-quay"
' ./bundle/metadata/annotations.yaml

mv ./bundle/manifests/quay-operator.clusterserviceversion.yaml ./bundle/manifests/project-quay.clusterserviceversion.yaml

0 comments on commit 62884a1

Please sign in to comment.