This repository contains HiveMQ Helm charts.
Quick start
Add the HiveMQ Helm Chart repository to your Helm installations:
helm repo add hivemq https://hivemq.github.io/helm-charts
Install the HiveMQ Helm Chart:
helm upgrade --install hivemq hivemq/hivemq-operator
The result of this command is a running HiveMQ cluster on your Kubernetes cluster that is maintained and managed by the HiveMQ Kubernetes Operator.
See the HiveMQ documentation for more detailed instructions on how to use the helm chart.
To release a new helm chart the Chart.yaml versions should be updated.
When the operator is updated, the values.yaml
should be also modified, for the image version.
Configuration examples can be found in the folder examples
If you want to contribute to HiveMQ Helm Charts, see the contribution guidelines.
NOTE Every PR to master must imply an increased minor version of the chart to indicate that the templating has changed.
HiveMQ Helm Charts is licensed under the APACHE LICENSE, VERSION 2.0
. A copy of the license can be found here.