Skip to content

Commit

Permalink
Merge pull request #821 from spolti/typo
Browse files Browse the repository at this point in the history
fix typo, extra space
  • Loading branch information
spolti authored Jul 27, 2022
2 parents dc8e4b3 + 9d54b67 commit dbd4f94
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
categories: Integration & Delivery
certified: "false"
containerImage: quay.io/kiegroup/kie-cloud-operator:8.0.0
createdAt: "2022-07-27 13:19:07"
createdAt: "2022-07-27 15:37:39"
description: Deploys and manages IBM Business Automation Manager Open Editions
environment.
operators.openshift.io/infrastructure-features: '["Disconnected"]'
Expand All @@ -18,7 +18,7 @@ metadata:
operator-bamoe-businessautomation: "true"
operatorframework.io/arch.amd64: supported
operatorframework.io/os.linux: supported
name: bamoe-businessautomation-operator.8.0.0-1-dev-lqvqq7srvh
name: bamoe-businessautomation-operator.8.0.0-1-dev-xx9rcj4xnp
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -372,10 +372,10 @@ spec:
- operator
labels:
alm-owner-bamoe-businessautomation: bamoe-businessautomation-operator
operated-by: bamoe-businessautomation-operator.8.0.0-1-dev-lqvqq7srvh
operated-by: bamoe-businessautomation-operator.8.0.0-1-dev-xx9rcj4xnp
links:
- name: Product Page
url: 'https://ibm.com '
url: https://ibm.com
- name: Documentation
url: https://www.ibm.com/docs/en/ibamoe
maintainers:
Expand All @@ -387,5 +387,5 @@ spec:
selector:
matchLabels:
alm-owner-bamoe-businessautomation: bamoe-businessautomation-operator
operated-by: bamoe-businessautomation-operator.8.0.0-1-dev-lqvqq7srvh
version: 8.0.0-1+lqvqq7srvh
operated-by: bamoe-businessautomation-operator.8.0.0-1-dev-xx9rcj4xnp
version: 8.0.0-1+xx9rcj4xnp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
categories: Integration & Delivery
certified: "true"
containerImage: registry.stage.redhat.io/ibm-bamoe/bamoe-rhel8-operator:8.0.0
createdAt: "2022-07-27 13:19:07"
createdAt: "2022-07-27 15:37:39"
description: Deploys and manages IBM Business Automation Manager Open Editions
environment.
operators.openshift.io/infrastructure-features: '["Disconnected"]'
Expand Down Expand Up @@ -375,7 +375,7 @@ spec:
operated-by: bamoe-businessautomation-operator.8.0.0-1
links:
- name: Product Page
url: 'https://ibm.com '
url: https://ibm.com
- name: Documentation
url: https://www.ibm.com/docs/en/ibamoe
maintainers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
categories: Integration & Delivery
certified: "true"
containerImage: registry-proxy.engineering.redhat.com/rh-osbs/bamoe-8-rhpam-rhel8-operator:8.0.0
createdAt: "2022-07-27 13:19:07"
createdAt: "2022-07-27 15:37:39"
description: Deploys and manages IBM Business Automation Manager Open Editions
environment.
operators.openshift.io/infrastructure-features: '["Disconnected"]'
Expand All @@ -18,7 +18,7 @@ metadata:
operator-bamoe-businessautomation: "true"
operatorframework.io/arch.amd64: supported
operatorframework.io/os.linux: supported
name: bamoe-businessautomation-operator.8.0.0-1-dev-8rvs56vr62
name: bamoe-businessautomation-operator.8.0.0-1-dev-ljr7njjkqc
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -372,10 +372,10 @@ spec:
- operator
labels:
alm-owner-bamoe-businessautomation: bamoe-businessautomation-operator
operated-by: bamoe-businessautomation-operator.8.0.0-1-dev-8rvs56vr62
operated-by: bamoe-businessautomation-operator.8.0.0-1-dev-ljr7njjkqc
links:
- name: Product Page
url: 'https://ibm.com '
url: https://ibm.com
- name: Documentation
url: https://www.ibm.com/docs/en/ibamoe
maintainers:
Expand All @@ -387,5 +387,5 @@ spec:
selector:
matchLabels:
alm-owner-bamoe-businessautomation: bamoe-businessautomation-operator
operated-by: bamoe-businessautomation-operator.8.0.0-1-dev-8rvs56vr62
version: 8.0.0-1+8rvs56vr62
operated-by: bamoe-businessautomation-operator.8.0.0-1-dev-ljr7njjkqc
version: 8.0.0-1+ljr7njjkqc
2 changes: 1 addition & 1 deletion tools/csv-gen/csv-gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func main() {
templateStruct.Spec.Maturity = csv.Maturity
templateStruct.Spec.Provider = csvv1.AppLink{Name: ibm}
templateStruct.Spec.Links = []csvv1.AppLink{
{Name: "Product Page", URL: "https://ibm.com "},
{Name: "Product Page", URL: "https://ibm.com"},
{Name: "Documentation", URL: "https://www.ibm.com/docs/en/ibamoe"},
}
templateStruct.Spec.Maintainers = []csvv1.Maintainer{
Expand Down

0 comments on commit dbd4f94

Please sign in to comment.