OT-CONTAINER-KIT / redis-operator

A golang based redis operator that will make/oversee Redis standalone/cluster/replication/sentinel mode setup on top of the Kubernetes.
https://ot-redis-operator.netlify.app/
Apache License 2.0
731 stars 206 forks source link

Publish latest version to the OperatorHub #979

Open lsoica opened 2 weeks ago

lsoica commented 2 weeks ago

The latest version available in the OperatorHub for the Redis Operator is 0.15.1.

drivebyer commented 2 weeks ago

There is an alternative image: docker pull ghcr.io/ot-container-kit/redis-operator/redis-operator:v0.17.0.

lsoica commented 2 weeks ago

There is an alternative image: docker pull ghcr.io/ot-container-kit/redis-operator/redis-operator:v0.17.0.

That's true, but the latest version listed under operatorhub is 0.15.1 https://operatorhub.io/operator/redis-operator And as far as I know, that's because this is the last version that was published under https://github.com/redhat-openshift-ecosystem/community-operators-prod/tree/main/operators/redis-operator

This repository is the source or truth for not only the operatorhub, but also for an operator catalog that's available with any OKD/OCP cluster. Without publishing new versions under that repository, we have to bring our own operator to an OKD/OCP cluster instead of consuming what's available out of the box in the catalog.

sedadas commented 1 week ago

This has happened many times previously where new releases were not published to operatorhub. See #245 #517 Perhaps an automated pipeline can be developed to do this.