Helm download/install rasa-action-server fails

Hi,

I am trying to install the custom action server and starting with a very basic example ie.

helm install  action-server  rasa/rasa-action-sever --version 1.0.3 -n rasaspace
Error: INSTALLATION FAILED: failed to download "rasa/rasa-action-sever" at version "1.0.3"

This previously worked but I tried to reinstall it. I am using helm, kubernetes cluster and rasa OS 3.1 and rasa X 1.1. I also tried to run my action server directly inside RASA X’s values.yml through Docker Hub. That makes it very difficult to debug and I want to keep the deployments separate under HELM. Any pointers to what is happening?

I see a typo in the chart’s name. It is rasa/rasa-action-seRver.

Try again with

$ helm install  action-server rasa/rasa-action-server --version 1.0.3 -n rasaspace