Skip to content

Commit 62884a1

Browse files
author
Oleg Bulatov
authored
chore: rename upstream operator back to quay-operator (#930)
1 parent 81b4922 commit 62884a1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

hack/prepare-upstream.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ yq eval -i '
3333
.metadata.annotations["olm.skipRange"] = (">=3.6.x <${RELEASE}" | envsubst) |
3434
.metadata.annotations["quay-version"] = strenv(RELEASE) |
3535
.metadata.annotations.containerImage = ("quay.io/projectquay/quay-operator:${RELEASE}" | envsubst) |
36-
.metadata.name = ("project-quay.v${RELEASE}" | envsubst) |
36+
.metadata.name = ("quay-operator.v${RELEASE}" | envsubst) |
3737
.spec.install.spec.deployments[0].spec.template.spec.containers[0].image = ("quay.io/projectquay/quay-operator:${RELEASE}" | envsubst) |
3838
.spec.install.spec.deployments[0].spec.template.spec.containers[0].env[] |= (
3939
select(.name == "RELATED_IMAGE_COMPONENT_BUILDER").value = ("quay.io/projectquay/quay-builder:${RELEASE}" | envsubst) |
@@ -52,5 +52,3 @@ yq eval -i '
5252
.annotations["operators.operatorframework.io.bundle.channels.v1"] = strenv(CHANNEL) |
5353
.annotations["operators.operatorframework.io.bundle.package.v1"] = "project-quay"
5454
' ./bundle/metadata/annotations.yaml
55-
56-
mv ./bundle/manifests/quay-operator.clusterserviceversion.yaml ./bundle/manifests/project-quay.clusterserviceversion.yaml

0 commit comments

Comments
 (0)