File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ recommend to set at least these values:
49
49
| rabbitmq.rabbitmq.password | Password for RabbitMq. | ` test ` |
50
50
| global.postgresql.postgresqlPassword | Password for the Postgresql database. | ` password ` |
51
51
| 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 ` |
54
54
| 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 ` |
56
56
57
57
## Where to get help
58
58
Original file line number Diff line number Diff line change 1
1
---
2
2
apiVersion : v2
3
3
4
- version : " 1.2.7 "
5
- appVersion : " 0.27.4 "
4
+ version : " 1.2.8 "
5
+ appVersion : " 0.28.3 "
6
6
7
7
name : rasa-x
8
8
description : Rasa X Helm chart for Kubernetes / Openshift
Original file line number Diff line number Diff line change 68
68
# name of the Rasa image to use
69
69
name : " rasa/rasa"
70
70
# 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)
72
72
# port on which Rasa runs
73
73
port : 5005
74
74
# token Rasa accepts as authentication token from other Rasa services
You can’t perform that action at this time.
0 commit comments