You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Analysis:
The dependency update will update the used MongoDB chart from 13.16.4 to 13.17.2. The new MongoDB chart version makes use of an updated template function in the bitnami common dependency version 2.9.0.
But the referenced Kafka chart is still using an older common version which isn't compatible here, and that older common chart version seems indeed to be loaded. Hence the error above.
calohmn
changed the title
Error installing/linting Hono chart with latest dependency versions
Error installing/linting local Hono chart with latest dependency versions
Aug 29, 2023
I am currently working on migrating to Kafka in Raft mode (using chart version 25.x) so that we do not need Zookeeper anymore :-)
FMPOV we can prevent the update of the Mongo DB chart for the moment and when I create the PR for the update to Kafka chart 25.x, I will also allow the Mongo DB chart to be updated again ...
From #469 (comment):
There is currently an error when trying to install the Hono chart from local sources using the latest dependencies.
The error can already be seen when running
helm lint
:Output:
Analysis:
The dependency update will update the used MongoDB chart from
13.16.4
to13.17.2
. The new MongoDB chart version makes use of an updated template function in the bitnamicommon
dependency version2.9.0
.But the referenced Kafka chart is still using an older
common
version which isn't compatible here, and that oldercommon
chart version seems indeed to be loaded. Hence the error above.See bitnami/charts#18890 (comment).
The straightforward solution seems to be to prevent the usage of the MongoDB
13.17.x
chart version by usingin the Hono
Chart.yaml
.The alternative would be to update the Kafka chart to
25.0.0
(released last week). This version is also usingcommon
2.9.0
.The text was updated successfully, but these errors were encountered: