Helm charts to template out Kubernetes Cluster API resources.
Go to file
2024-01-17 10:55:12 +00:00
.github Fix typo in workflow 2024-01-17 10:16:22 +00:00
charts Move to quay.io as the default mirror (#215) 2024-01-17 09:51:12 +00:00
scripts Fix image ID detection for multiple images 2024-01-17 10:55:12 +00:00
skopeo-manifests Update kube-prometheus-stack addon to 55.8.1 (#212) 2024-01-15 14:06:09 +00:00
.gitignore Add generated manifests file to gitignore 2024-01-09 12:04:43 +00:00
CODEOWNERS Create CODEOWNERS 2023-01-13 09:45:53 +00:00
dependencies.json Update azimuth-images to 0.5.1 (#192) 2024-01-02 14:55:50 +00:00
LICENSE Add license file 2022-11-18 12:32:31 +00:00
README.md Add smoke tests to main 2023-06-19 17:16:36 +01:00

capi-helm-charts

Test Publish

This repository contains Helm charts for deploying Kubernetes clusters using Cluster API.

The charts are available from the stackhpc.github.io/capi-helm-charts repository:

helm repo add capi https://stackhpc.github.io/capi-helm-charts
helm install my-release capi/<chartname> [...options]

To list the available versions for the charts:

helm search repo capi --devel --versions

Currently, the following charts are available:

Chart Description
cluster-addons Deploys addons into a Kubernetes cluster, e.g. CNI.
openstack-cluster Deploys a Kubernetes cluster on an OpenStack cloud.