File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments