Skip to content

Commit eae34fe

Browse files
authored
Merge pull request #52 from RasaHQ/readme-app-version
update readme and default Rasa versions
2 parents 2902a50 + c22833e commit eae34fe

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ recommend to set at least these values:
4949
| rabbitmq.rabbitmq.password | Password for RabbitMq. | `test` |
5050
| global.postgresql.postgresqlPassword | Password for the Postgresql database. | `password` |
5151
| global.redis.password | Password for redis. | `password` |
52-
| Chart.appVersion | Version of Rasa X which you want to use. | `0.25.0` |
53-
| rasa.tag | Version of Rasa OSS which you want to use. | `1.7.0` |
52+
| rasax.tag | Version of Rasa X which you want to use. | `0.28.3` |
53+
| rasa.tag | Version of Rasa OSS which you want to use. | `1.10.1` |
5454
| app.name | Name of your action server image. | `rasa/rasa-x-demo` |
55-
| app.tag | Tag of your action server image. | `0.25.0` |
55+
| app.tag | Tag of your action server image. | `0.28.3` |
5656

5757
## Where to get help
5858

charts/rasa-x/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
apiVersion: v2
33

4-
version: "1.2.7"
5-
appVersion: "0.27.4"
4+
version: "1.2.8"
5+
appVersion: "0.28.3"
66

77
name: rasa-x
88
description: Rasa X Helm chart for Kubernetes / Openshift

charts/rasa-x/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ rasa:
6868
# name of the Rasa image to use
6969
name: "rasa/rasa"
7070
# tag refers to the Rasa image tag
71-
tag: "1.9.5" # Please check the README to see all locations which have to be updated for a rasa release)
71+
tag: "1.10.1" # Please check the README to see all locations which have to be updated for a rasa release)
7272
# port on which Rasa runs
7373
port: 5005
7474
# token Rasa accepts as authentication token from other Rasa services

0 commit comments

Comments
 (0)