Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 967 Bytes

File metadata and controls

36 lines (23 loc) · 967 Bytes

Helm Charts

A collection of Helm charts maintained by Helmcode.

Available Charts

Chart Description
rabbitmq RabbitMQ using the RabbitMQ Cluster Operator

Usage

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/rabbitmq

Prerequisites

Each chart may have specific prerequisites. For example, the rabbitmq chart requires the RabbitMQ Cluster Operator to be installed in your cluster.

Contributing

See CONTRIBUTING.md for detailed instructions on:

  • Adding new charts
  • Releasing chart updates
  • Versioning rules

License

Apache License 2.0 - see LICENSE for details.