mistio/mist-ce

Helm Install failing without giving much information about the cause.

shvkumara opened this issue · 3 comments

I am installing the mist.io chart which has below three chart dependencies

1. mongodb-12.1.19.tg
2. rabbitmq-10.1.5.tgz
3. victoria-metrics-cluster-0.8.24.tgz

However, when I try to install it, I am getting a failure error. the error message is not much help in identifying the issue.

command:
helm install test-staging chart/mist

Output:
Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: error validating "": error validating data: ValidationError(StatefulSet.spec.updateStrategy): invalid type for io.k8s.api.apps.v1.StatefulSetUpdateStrategy: got "string", expected "map"

what could be the issue?

Hi @shvkumara,
Is your branch up to date with the latest master?

I think this is an issue with the latest rabbitMQ subchart that we resolved recently.

@dimgal1 thank you. it worked.

Please do close the ticket.