Skip to content

hiento09/charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

charts — Helm charts for Kubernetes infrastructure

Lint Package Latest release Helm Artifact Hub License Stars

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.

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.

Install

helm install <release> \
  oci://ghcr.io/hiento09/charts/<chart> \
  --version <x.y.z> \
  -f my-values.yaml

Use as a dependency:

# Chart.yaml
dependencies:
  - name: <chart>
    version: <x.y.z>
    repository: oci://ghcr.io/hiento09/charts

Contributing

See CONTRIBUTING.md for repo layout, versioning rules, and the PR workflow.

License

Apache License 2.0

Star history

Star History Chart

About

Personal collection of Helm charts for Kubernetes

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors