Version: Latest

Rasa Pro Helm Chart

The Rasa Pro Helm Chart is hosted on our GCP Artifact Registry. This page explains how to authenticate and then download the chart.

As a prerequisite, you will need:

  • to install the Google Cloud CLI.
  • to verify that the user or service account you are using has the required permissions to access the repository.

To authenticate with Google Cloud you use the service account key file provided by Rasa:

gcloud auth activate-service-account --key-file=${KEYFILE}
gcloud auth configure-docker europe-west3-docker.pkg.dev

Now you can download the Rasa Pro Helm Chart:

helm pull oci://europe-west3-docker.pkg.dev/rasa-releases/helm-charts/rasa

This downloads a rasa-x.y.z.tgz file, containing the helm chart.