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
In the ditto Helm chart, the mongoDB chart dependency is set to version ^12.x, the latest version to match that being 12.1.31.
That version uses the bitnami common chart version 1.16.1.
With bitnami common chart version 2.9.0, there has been an incompatible change in the common.labels.standard named template.
This means, that when using the ditto chart together with another bitnami chart that uses the common chart >= 2.9 (e.g. the newest Kafka chart), there may be an error like
The above error is from testing the Eclipse IoT Packages cloud2edge chart with the upcoming Hono Helm chart version which references Kafka chart version 26.8.4 (see eclipse/packages#523).
The solution here would be to update the mongoDB chart dependency in the ditto chart to at least 13.17.0 (or more generally ^13.x, meaning 13.18.5).
@kalinkostashki@alstanchev could you run the Ditto System-Tests against MongoDB 6.0 so that we can verify if this completely works?
I would assume so, but only update the dependency in the chart if we can verify that :)
@alstanchev cool - could we then bump the mongo version used in ditto-tests permantently to MongoDB 6.0?
And we can also bump the bitnami mongoDB dependency to ^13.x
In the ditto Helm chart, the mongoDB chart dependency is set to version
^12.x
, the latest version to match that being12.1.31
.That version uses the bitnami
common
chart version1.16.1
.With bitnami
common
chart version2.9.0
, there has been an incompatible change in thecommon.labels.standard
named template.This means, that when using the ditto chart together with another bitnami chart that uses the
common
chart >= 2.9 (e.g. the newest Kafka chart), there may be an error like(see also bitnami/charts#19417).
The above error is from testing the Eclipse IoT Packages cloud2edge chart with the upcoming Hono Helm chart version which references Kafka chart version 26.8.4 (see eclipse/packages#523).
The solution here would be to update the mongoDB chart dependency in the ditto chart to at least
13.17.0
(or more generally^13.x
, meaning13.18.5
).This would mean using a MongoDB 6 image though, the question there being whether ditto supports that version (https://eclipse.dev/ditto/installation-running.html#start-ditto only lists 5.0 as latest supported version).
The text was updated successfully, but these errors were encountered: