Hello Team!. I’m having difficulties at trying to pull the actions server Docker image from a private registry. So far, I was able to make it work but using a public registry. Now I would like to switch to a private one.
What I’ve done so far is follow this tutorial, but the instance I want to create using this private repo does never get deployed (it gets stuck at “Deploying Rasa X”). What I did was:
- Created a new secret using kubectl
- Added the “image” tag with the information for such secret in the values.yml config file.
- Created a new instance using this “values.yml” file, but it doesn’t work.
Any help would be appreciated. Thanks!