From c2155bb54cdf07b245ce1d63d331996746e0fb04 Mon Sep 17 00:00:00 2001
From: phantomjinx
Date: Wed, 19 Jun 2024 15:36:15 +0100
Subject: [PATCH] HAWNG-711: Support for s390 and ppc64 architectures
* Advertises support in the bundle
---
bundle/bases/hawtio-operator.clusterserviceversion.yaml | 6 ++++++
.../manifests/hawtio-operator.clusterserviceversion.yaml | 8 +++++++-
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/bundle/bases/hawtio-operator.clusterserviceversion.yaml b/bundle/bases/hawtio-operator.clusterserviceversion.yaml
index 2312b525d6..a756fc2e13 100644
--- a/bundle/bases/hawtio-operator.clusterserviceversion.yaml
+++ b/bundle/bases/hawtio-operator.clusterserviceversion.yaml
@@ -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
diff --git a/bundle/manifests/hawtio-operator.clusterserviceversion.yaml b/bundle/manifests/hawtio-operator.clusterserviceversion.yaml
index 6eefa6cd99..350407e771 100644
--- a/bundle/manifests/hawtio-operator.clusterserviceversion.yaml
+++ b/bundle/manifests/hawtio-operator.clusterserviceversion.yaml
@@ -61,7 +61,7 @@ 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'
@@ -69,6 +69,12 @@ metadata:
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: {}