Validation error while deploying action server image

I am trying to update my action server image and struck with the below error. I am using RASA X on Ubuntu server installed using Quick install script.

This looks more of a kubernetes error.

Error: unable to build kubernetes objects from release manifest: error validating "": error validating data: [ValidationError(Deployment.spec.template.spec.containers[0].livenessProbe): unknown field "exec:command" in io.k8s.api.core.v1.Probe, ValidationError(Deployment.spec.template.spec.containers[0].readinessProbe): unknown field "exec:command" in io.k8s.api.core.v1.Probe]

Any support or guidance is much appreciated.

1 Like

Hey @siriusraja, check this out Rasa X quick-install upgrade failed - #3 by ChrisRahme

1 Like

Update: It’s solved now.