When I generated code with the Quickstart (angular project), I got a project that gets deployed on Aruze in my Kubernetes. I can also access this Angular application from the internet, everything is fine.
For my own application, if Jenkins-x build is run and the application wants to be deployed in the staging environment, I see an error that my container can't be found.
Failed to pull image "draft:dev": rpc error: code = Unknown desc = Error response from daemon: pull access denied for draft, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
Under deployment the Images shows "draft:dev", while for the Quickstart application it shows for example mytryout.azurecr.io/company/newui:0.0.5
I can't find the problem, charts seems to be fine. In which direction do I have to look?