FIWARE / helm-charts

:globe_with_meridians: Kubernetes HELM Charts for FIWARE Generic Enablers for provisioning scalable, production-ready powered-by-FIWARE installations based around NGSI Context Brokers and other components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

helm dependency build - can't get a valid version for repositories mongodb

tika-iteratec opened this issue · comments

rpc error: code = Unknown desc = Manifest generation error (cached): `helm dependency build` failed exit status 1: Error: can't get a valid version for repositories mongodb. Try changing the version constraint in Chart.yaml

I get this error when using the latest version of the orion helm chart with mongodb version 4.0.24.

Tried to fix the error by changing the mongodb version tag to 4.0.20 in the values.yaml but the error still remains.

Using kubernetes version 1.26.3.

Any solution? Thanks!