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
MIT License
23 stars 27 forks source link

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

Closed tika-iteratec closed 11 months ago

tika-iteratec commented 11 months ago
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!