mosquitto
mosquitto copied to clipboard
Request / status of “official” Helm chart for Eclipse Mosquitto (with templates and values.yaml)
Hello Mosquitto maintainers and community,
I’m working on deploying Eclipse Mosquitto on Kubernetes using Helm, and I’d like to use a chart whose templates and values.yaml are version-controlled alongside the project (rather than only via helm repo add …).
To that end:
What I found so far
- I have not found an official Helm chart in that repo or under the Eclipse organization. There is a PR that has been opened last year and its not merged yet -> https://github.com/eclipse-mosquitto/mosquitto/pull/3036/files#diff-41653ce465a9ddc0f2f70cb4689721a24b0db37a795befa4f251d1ceef3547cd
- There are community charts, for example:
- CloudNesil / eclipse-mosquitto-mqtt-broker-helm-chart — full chart + templates. https://github.com/CloudNesil/eclipse-mosquitto-mqtt-broker-helm-chart
- k8s-at-home / mosquitto — which explicitly states it is not maintained by the upstream project.
- SINTEF’s mosquitto-helm-chart - > https://github.com/SINTEF/mosquitto-helm-chart
- TrueCharts mosquitto chart -> https://truecharts.org/charts/stable/mosquitto
These are useful reference points, but I’d prefer one that is endorsed and maintained by the Mosquitto / Eclipse project itself.
Questions & Requests
- Is there currently a plan, or work in progress, to maintain an official Helm chart (e.g. under this repository, or a “charts” companion repository under Eclipse)?
- If yes, could you point me to the branch or path (e.g. charts/mosquitto or helm/ subfolder)?
- In the interim, among the existing community charts, do you have any you would recommend or endorse (e.g. CloudNesil’s, TrueCharts, etc.)?
Thanks
@ralight @karlp