Skip to content

Commit

Permalink
HAWNG-711: Support for s390 and ppc64 architectures
Browse files Browse the repository at this point in the history
* Advertises support in the bundle
  • Loading branch information
phantomjinx committed Jun 20, 2024
1 parent 542c64e commit c2155bb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions bundle/bases/hawtio-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ metadata:
containerImage: quay.io/hawtio/operator:1.1.1
repository: https://github.com/hawtio/hawtio-operator
support: Red Hat
labels:
operatorframework.io/arch.s390x: supported
operatorframework.io/arch.ppc64le: supported
operatorframework.io/arch.amd64: supported
operatorframework.io/os.linux: supported
operatorframework.io/os.zos: supported
name: hawtio-operator.v1.1.1
spec:
displayName: Hawtio Operator
Expand Down
8 changes: 7 additions & 1 deletion bundle/manifests/hawtio-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,20 @@ metadata:
categories: Integration & Delivery
certified: "false"
containerImage: quay.io/hawtio/operator:1.1.1
createdAt: "2024-06-19T14:21:53Z"
createdAt: "2024-06-19T14:35:16Z"
description: Hawtio eases the discovery and management of Java applications deployed
on OpenShift.
olm.skipRange: '>=1.0.0 <1.0.2'
operators.operatorframework.io/builder: operator-sdk-v1.28.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
repository: https://github.com/hawtio/hawtio-operator
support: Red Hat
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.ppc64le: supported
operatorframework.io/arch.s390x: supported
operatorframework.io/os.linux: supported
operatorframework.io/os.zos: supported
name: hawtio-operator.v1.1.1
spec:
apiservicedefinitions: {}
Expand Down

0 comments on commit c2155bb

Please sign in to comment.