Rasa-x 1.0.1 compatibility issue with Rasa 2.8.2 & 2.8.17 models

@holyone2two @polymaxim @soerenetler

Could you please try again with these changes in your values.yml file?

rasa:
  versions:
    rasaProduction:
      enabled: true
    rasaWorker:
      enabled: true

EDIT: The right approach is to use rasa connect.

In your rasa project folder, execute

$ rasa init
$ rasactl start -p
$ rasactl connect rasa
6 Likes