hack/operatorhub/config.yaml (47 lines of code) (raw):
newVersion: 3.1.0-SNAPSHOT
prevVersion: 3.0.0
stackVersion: 9.1.0-SNAPSHOT
crds:
- name: elasticsearches.elasticsearch.k8s.elastic.co
displayName: Elasticsearch Cluster
description: Instance of an Elasticsearch cluster
- name: elasticsearchautoscalers.autoscaling.k8s.elastic.co
displayName: Elasticsearch Autoscaler
description: Instance of an Elasticsearch autoscaler
- name: kibanas.kibana.k8s.elastic.co
displayName: Kibana
description: Kibana instance
- name: apmservers.apm.k8s.elastic.co
displayName: APM Server
description: APM Server instance
- name: enterprisesearches.enterprisesearch.k8s.elastic.co
displayName: Enterprise Search
description: Enterprise Search instance
- name: beats.beat.k8s.elastic.co
displayName: Beats
description: Beats instance
- name: agents.agent.k8s.elastic.co
displayName: Elastic Agent
description: Elastic Agent instance
- name: elasticmapsservers.maps.k8s.elastic.co
displayName: Elastic Maps Server
description: Elastic Maps Server instance
- name: stackconfigpolicies.stackconfigpolicy.k8s.elastic.co
displayName: Elastic Stack Config Policy
description: Elastic Stack Config Policy
- name: logstashes.logstash.k8s.elastic.co
displayName: Logstash
description: Logstash instance
packages:
- outputPath: community-operators
packageName: elastic-cloud-eck
distributionChannel: community-operators
operatorRepo: docker.elastic.co/eck/eck-operator
ubiOnly: false
- outputPath: certified-operators
packageName: elasticsearch-eck-operator-certified
distributionChannel: certified-operators
# The minimum supported OpenShift version for ECK is 4.14 but we don't want to create unnecessary friction for users
# by excluding ECK from the 4.12 Operatorhub catalog as long as 4.12 is still within Red Hat extended maintenance.
minSupportedOpenshiftVersion: v4.12
operatorRepo: registry.connect.redhat.com/elastic/eck-operator
ubiOnly: true
## digestPinning should only be set to true for certified operator.
## The RedHat API key and project ID should be set through the REDHAT_API_TOKEN and REDHAT_PROJECT_ID environment variables.
## It can be set to false for local testing.
digestPinning: true