📜 Kairos Helm charts
Go to file
Akvanvig dbc883f92f
added option to select the image repository and tag for remaining images (#25)
Signed-off-by: Anders Kvanvig <anders.kvanvig@basefarm-orange.com>
Co-authored-by: Anders Kvanvig <anders.kvanvig@basefarm-orange.com>
2025-02-24 08:39:30 +02:00
.github Use auroraboot image as tools image (#22) 2024-11-15 17:10:30 +02:00
charts added option to select the image repository and tag for remaining images (#25) 2025-02-24 08:39:30 +02:00
ct.yaml Use ct to lint charts (#9) 2023-01-06 10:06:23 +01:00
LICENSE Initial commit 2022-09-02 00:09:42 +02:00
lintconf.yaml Use ct to lint charts (#9) 2023-01-06 10:06:23 +01:00
README.md 📖 Update README 2023-02-07 14:58:03 +01:00
renovate.json Configure automerge for patch updates 2023-10-04 17:21:17 +02:00


kairos-white-column 5bc2fe34
Helm charts

Helm chart repository

license docs

With Kairos you can build immutable, bootable Kubernetes and OS images for your edge devices as easily as writing a Dockerfile. Optional P2P mesh with distributed ledger automates node bootstrapping and coordination. Updating nodes is as easy as CI/CD: push a new image to your container registry and let secure, risk-free A/B atomic upgrades do the rest.

Documentation

Contribute

📚 Getting started with Kairos
💡 Examples
🎥 Video
👐Engage with the Community

🙌 CONTRIBUTING.md
🙋 GOVERNANCE
👷Code of conduct

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm has been set up correctly, add the repo as follows:

helm repo add kairos https://kairos-io.github.io/helm-charts

If you had already added this repo earlier, run helm repo update to retrieve the latest versions of the packages. You can then run helm search repo <alias> to see the charts.

To install the kairos/kairos-crds chart:

helm install kairos-crd kairos/kairos-crds

To uninstall the chart:

helm delete kairos-crd