A collection of Helm charts maintained by Helmcode.
| Chart | Description |
|---|---|
| rabbitmq | RabbitMQ using the RabbitMQ Cluster Operator |
Charts are published to GitHub Container Registry (GHCR) as OCI artifacts.
# Pull a chart
helm pull oci://ghcr.io/helmcode/helm-charts/rabbitmq
# Install directly
helm install my-rabbitmq oci://ghcr.io/helmcode/helm-charts/rabbitmqEach chart may have specific prerequisites. For example, the rabbitmq chart requires the RabbitMQ Cluster Operator to be installed in your cluster.
See CONTRIBUTING.md for detailed instructions on:
- Adding new charts
- Releasing chart updates
- Versioning rules
Apache License 2.0 - see LICENSE for details.