Hello, I am new here, considering to use Qovery in production for my company. We are trying to split our monolothic app into micro services without spending too much time on OPS task. Qovery seems clearly to be a good candidate .
We struggling while trying to deploy our first app from our container registry.
INFORMATION
- Browser: Firefox
- Console version: V3
- Container registry provider: Scaleway
ISSUE
After having configured our k8s environement & our image registry on Qovery app, we’re trying to deploy a new service from a published docker image and we are facing an error.
I suspected the way we named our image organization/image_name:tag
was involved, but I have the same error with a simpler name which is:
Any idea why is this happening ?
HOW TO REPRODUCE
- Configure a scaleway container registry at organization level scale
- Publish a private docker image on registry with a tag (ie. poulpus/internal-docker:1.6.0)
- Try to deploy a new service from configured container registry with published tag