rabbitmq / OLM-Package-Repo

Script to generate OLM (Operator-LifeCycle-Manager) Bundles for RabbitMQ Kubernetes operators
MIT License
0 stars 2 forks source link

Using dockerhub instead of gcr #8

Closed DanielePalaia closed 7 months ago

DanielePalaia commented 7 months ago

Some scripts review/refactoring for the pipeline migration

To integrate this one toghether with: https://github.com/rabbitmq/cluster-operator/pull/1569 and https://github.com/rabbitmq/messaging-topology-operator/pull/767

because they are using it.

Zerpet commented 7 months ago

Shouldn't we use https://quay.io/ for OLM related work?

OLM is a RedHat/Openshift thing, and quay.io is RedHat's registry

DanielePalaia commented 7 months ago

@Zerpet yeah I think is better to use https://quay.io/. I notice we are using it for the cluster operator too. I try to use that one.

DanielePalaia commented 7 months ago

I also modified the sed with ytt! I will merge this PR for further tests!