Personal collection of Helm charts for Kubernetes infrastructure — Cluster API on OpenStack with Kamaji hosted control planes, and more to come.
Charts are published as OCI artifacts to GitHub Container Registry at
ghcr.io/hiento09/charts.
| Chart | Description |
|---|---|
openstack-kamaji-cluster |
Workload K8s cluster on OpenStack via Cluster API + Kamaji hosted control plane (no CP VMs). |
Each chart's own README.md covers prerequisites, values, install steps, and
examples.
helm install <release> \
oci://ghcr.io/hiento09/charts/<chart> \
--version <x.y.z> \
-f my-values.yamlUse as a dependency:
# Chart.yaml
dependencies:
- name: <chart>
version: <x.y.z>
repository: oci://ghcr.io/hiento09/chartsSee CONTRIBUTING.md for repo layout, versioning rules, and the PR workflow.