wildfly-operator icon indicating copy to clipboard operation
wildfly-operator copied to clipboard

Include the WildFly operator in the OperatorHub catalog in OpenShift by default.

Open mnovak opened this issue 1 year ago • 1 comments

Currently, the WildFly operator is not included in the OpenShift OperatorHub. It must be added from the community operators to be visible using yaml:

apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
  name: operatorhubio-catalog
  namespace: openshift-marketplace
spec:
  displayName: Community Operators
  grpcPodConfig:
    securityContextConfig: restricted
  image: quay.io/operatorhubio/catalog:latest
  publisher: OperatorHub.io
  sourceType: grpc
  updateStrategy:
    registryPoll:
      interval: 60m

Purpose of this issue is to get WildFly operator to OperatorHub catalog by default.

mnovak avatar Dec 06 '24 12:12 mnovak

Aren't we missing record here https://github.com/redhat-openshift-ecosystem/community-operators-prod/tree/main/operators, as successor of https://github.com/operator-framework/community-operators, where wildfly can be found.

mchoma avatar Dec 06 '24 12:12 mchoma