microcks / microcks-ansible-operator

Kubernetes Operator for easy setup and management of Microcks installs
Apache License 2.0
24 stars 5 forks source link

Allow to configure different images #49

Closed ruromero closed 2 years ago

ruromero commented 2 years ago

I would like to use different image registries or internal ones for deploying Microcks. I think the image tag could be added to the CRD to allow that.

  mongodb:
    image: myregistry:5000/microcks/mongodb-34-centos7:latest
    install: true
lbroudoux commented 2 years ago

Hey Ruben, thanks for the suggestion. It should be doable for the 1.4.0 release.

lbroudoux commented 2 years ago

Hey @ruromero ! It is now available in quay.io/microcks/microcks-ansible-operator:latest operator image.

ruromero commented 2 years ago

Now I don't need it anymore... I'm kidding, thanks a lot for taking care of this. I've become a Microcks fan!

Thanks @lbroudoux