Helm charts to template out Kubernetes Cluster API resources.
Go to file
Jake Yip 084e4f3a98 Add gitreview
Change-Id: Iae194b2a63d8045f20c1eda7d8a73c9f825e1c55
2024-06-13 07:54:54 +10:00
charts Update prometheus-blackbox-exporter addon to 8.17.0 (#335) 2024-06-04 17:58:58 +02: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 59.1.0 (#340) 2024-06-04 17:58:18 +02:00
.gitignore Add generated manifests file to gitignore 2024-01-09 12:04:43 +00:00
.gitreview Add gitreview 2024-06-13 07:54:54 +10:00
.zuul.yaml Add gitreview 2024-06-13 07:54:54 +10:00
CODEOWNERS Create CODEOWNERS 2023-01-13 09:45:53 +00:00
dependencies.json Update azimuth-images to 0.11.0 (#348) 2024-06-05 22:36:11 +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.