https://github.com/rasahq/helm-charts
Helm charts for Rasa products
https://github.com/rasahq/helm-charts
deployment enterprise helm helm-chart kubernetes rasa rasa-action-server rasa-bot rasa-enterprise rasa-x
Last synced: 4 months ago
JSON representation
Helm charts for Rasa products
- Host: GitHub
- URL: https://github.com/rasahq/helm-charts
- Owner: RasaHQ
- License: apache-2.0
- Created: 2021-04-19T08:55:09.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-08-06T10:09:05.000Z (11 months ago)
- Last Synced: 2025-08-06T12:08:55.866Z (11 months ago)
- Topics: deployment, enterprise, helm, helm-chart, kubernetes, rasa, rasa-action-server, rasa-bot, rasa-enterprise, rasa-x
- Language: Smarty
- Homepage: https://rasa.com
- Size: 521 KB
- Stars: 31
- Watchers: 4
- Forks: 30
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rasa Helm Charts
[](https://artifacthub.io/packages/search?repo=rasa)
Official Helm charts for Rasa products:
- [Rasa Open Source](https://github.com/RasaHQ/helm-charts/tree/main/charts/rasa)
- [Rasa Action Server](https://github.com/RasaHQ/helm-charts/tree/main/charts/rasa-action-server)
Helm charts for components used by Rasa:
- [Duckling](https://github.com/RasaHQ/helm-charts/tree/main/charts/duckling)
## Prerequisites
- [Helm 3](https://helm.sh/) (>= 3.5 )
- Kubernetes 1.14+
## How to use Rasa Helm repository?
You need to add this repository to your Helm repositories:
```shell
helm repo add rasa https://helm.rasa.com
helm repo update
```
## Where to get help
- If you encounter bugs or have suggestions for this Helm chart, please create an issue in this repository.
- If you have general questions about usage, please create a thread in the [Rasa Forum](https://forum.rasa.com/).
## How to contribute
We are very happy to receive your contributions. You can find more information about how to contribute to Rasa (in lots of different ways!) [here](http://rasa.com/community/contribute).
To contribute via pull request, follow these steps:
1. Create an issue describing the feature you want to work on
2. Create a pull request describing your changes
Remember that your PR should include:
1. Details about the changes introduced by a given chart version (use the `artifacthub.io/changes` annotation in the `Chart.yaml` file)
2. Update the chart version
3. Add additional annotations that indicate your changes (see: https://artifacthub.io/docs/topics/annotations/helm/#supported-annotations)
## License
Licensed under the Apache License, Version 2.0. Copyright 2021 Rasa Technologies GmbH. [LICENSE](https://github.com/RasaHQ/helm-charts/blob/main/LICENSE).