This repository packages the HiveMQ Platform Operator CustomResourceDefinitions (CRDs) as a standalone Helm chart. The CRDs are synchronized from the upstream hivemq/helm-charts project.
hivemq-platform-crds/: Helm chart; CRDs reside undertemplates/crds/and RBAC templates undertemplates/.sync-crds.sh: Helper script that downloads a tagged HiveMQ Platform Operator chart, copies its CRDs into this chart, and updatesChart.yaml.
- Bash,
curl, andtar - Internet access to reach GitHub releases
./sync-crds.sh 0.2.18Replace 0.2.18 with the desired HiveMQ Platform Operator chart version (matching the upstream hivemq-platform-operator-<version> git tag).
The script will:
- Download the upstream chart archive for the requested version.
- Copy all CRD files into
hivemq-platform-crds/templates/crds/and RBAC templates (rbac.yml,_helpers-rbac.tpl) intohivemq-platform-crds/templates/. - Update
hivemq-platform-crds/Chart.yamlto match the chosen version.