From 4f8ce5b85791e38bce744420cc80603f56ed1608 Mon Sep 17 00:00:00 2001
From: phantomjinx
Date: Thu, 25 Apr 2024 18:23:49 +0100
Subject: [PATCH] fix: HAWNG-489 - Cluster should be the default type for the
operator
* The CSV manifest examples should have the type of Cluster not Namespace
---
bundle/manifests/hawtio-operator.clusterserviceversion.yaml | 6 +++---
deploy/crs/hawtio_v1_hawtio_cr.yaml | 2 +-
deploy/crs/hawtio_v1alpha1_hawtio_cr.yaml | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/bundle/manifests/hawtio-operator.clusterserviceversion.yaml b/bundle/manifests/hawtio-operator.clusterserviceversion.yaml
index 46991a2233..948881136c 100644
--- a/bundle/manifests/hawtio-operator.clusterserviceversion.yaml
+++ b/bundle/manifests/hawtio-operator.clusterserviceversion.yaml
@@ -26,7 +26,7 @@ metadata:
"memory": "32Mi"
}
},
- "type": "Namespace",
+ "type": "Cluster",
"version": "1.12"
}
},
@@ -52,7 +52,7 @@ metadata:
"memory": "32Mi"
}
},
- "type": "Namespace",
+ "type": "Cluster",
"version": "1.12"
}
}
@@ -61,7 +61,7 @@ metadata:
categories: Integration & Delivery
certified: "false"
containerImage: quay.io/hawtio/operator:1.0.2
- createdAt: "2024-04-05T13:13:52Z"
+ createdAt: "2024-04-25T17:22:26Z"
description: Hawtio eases the discovery and management of Java applications deployed
on OpenShift.
olm.skipRange: '>=1.0.0 <1.0.2'
diff --git a/deploy/crs/hawtio_v1_hawtio_cr.yaml b/deploy/crs/hawtio_v1_hawtio_cr.yaml
index b9f0baead5..1821336b3a 100644
--- a/deploy/crs/hawtio_v1_hawtio_cr.yaml
+++ b/deploy/crs/hawtio_v1_hawtio_cr.yaml
@@ -3,7 +3,7 @@ kind: Hawtio
metadata:
name: hawtio-online
spec:
- type: Namespace
+ type: Cluster
# Included for backward compatibility - not used in hawtio-online 2.0.0+
version: "1.12"
diff --git a/deploy/crs/hawtio_v1alpha1_hawtio_cr.yaml b/deploy/crs/hawtio_v1alpha1_hawtio_cr.yaml
index b7ed24b8a6..1da294017a 100644
--- a/deploy/crs/hawtio_v1alpha1_hawtio_cr.yaml
+++ b/deploy/crs/hawtio_v1alpha1_hawtio_cr.yaml
@@ -3,7 +3,7 @@ kind: Hawtio
metadata:
name: hawtio-online
spec:
- type: Namespace
+ type: Cluster
version: "1.12"
replicas: 1
auth: