Current Version Info:
{"rasa":{"production":"2.0.2","worker":"2.0.2"},"rasa-x":"0.33.0","updates":{"rasa-x":{"version":"0.34.0","changelo
g_url":"https:\/\/rasa.com\/docs\/rasa-x\/changelog\/rasa-x-changelog\/"}},"keys":[{"alg":"RS256","key":"-----BEGIN
PUBLIC KEY----- REDACTED -----END PUBLIC KEY-----\n"}]}
I attempted to run the following commands:
export ADDITIONAL_CHANNEL_CREDENTIALS="rest=''"
curl -s get-rasa-x.rasa.com | sudo -E bash
And I got this error in return:
Error: UPGRADE FAILED: template: rasa-x/templates/rasa-x-service.yaml:8:16: executing "rasa-x/templates/rasa-x-serv
ice.yaml" at <.Values.rasax.service.annotations>: nil pointer evaluating interface {}.annotations
Do I need to change any of my env variables, or is this an issue with the charts?