Skip to content

Commit

Permalink
fix: HAWNG-489 - Cluster should be the default type for the operator
Browse files Browse the repository at this point in the history
* The CSV manifest examples should have the type of Cluster not Namespace
  • Loading branch information
phantomjinx committed Apr 26, 2024
1 parent 488f3f5 commit 4f8ce5b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions bundle/manifests/hawtio-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ metadata:
"memory": "32Mi"
}
},
"type": "Namespace",
"type": "Cluster",
"version": "1.12"
}
},
Expand All @@ -52,7 +52,7 @@ metadata:
"memory": "32Mi"
}
},
"type": "Namespace",
"type": "Cluster",
"version": "1.12"
}
}
Expand All @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion deploy/crs/hawtio_v1_hawtio_cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion deploy/crs/hawtio_v1alpha1_hawtio_cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Hawtio
metadata:
name: hawtio-online
spec:
type: Namespace
type: Cluster
version: "1.12"
replicas: 1
auth:
Expand Down

0 comments on commit 4f8ce5b

Please sign in to comment.