Helm charts to template out Kubernetes Cluster API resources.
Go to file
azimuth-ci-bot[bot] 734b973395
Update k8s-keystone-auth addon to 1.1.0 (#305)
Co-authored-by: mkjpryor <642657+mkjpryor@users.noreply.github.com>
2024-04-12 09:22:17 +01:00
.github Constrain dashboard version 2024-03-29 11:51:26 +00:00
charts Update k8s-keystone-auth subchart with working image (#303) 2024-04-11 13:27:31 +01:00
scripts Fix image ID detection for multiple images 2024-01-17 10:55:12 +00:00
skopeo-manifests Update k8s-keystone-auth addon to 1.1.0 (#305) 2024-04-12 09:22:17 +01: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.9.0 (#295) 2024-04-03 13:23:54 +01: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.