From f0cffc788e140b491a3b561f46eb5849bd31db55 Mon Sep 17 00:00:00 2001 From: Tobias McNulty Date: Wed, 17 Jan 2024 20:34:59 -0500 Subject: [PATCH] Update readme --- README.md | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e42ed9d..d943c4b 100644 --- a/README.md +++ b/README.md @@ -1 +1,43 @@ -# helm-charts \ No newline at end of file +# Caktus Helm Charts + +This repository contains Helm charts by [Caktus Group](https://www.caktusgroup.com/). + +## Adding the Caktus Helm repository + +To add the Caktus Helm repository, run the following command: + +```bash +helm repo add caktus https://caktus.github.io/helm-charts +``` + +## Searching for a chart + +To see the charts available to install and their versions, run: + +```bash +helm search repo caktus +``` + +## Installing a chart + +To install a chart, run: + +```bash +helm install caktus/ +``` + +## Updating the Caktus Helm repository + +To update the Caktus Helm repository, run: + +```bash +helm repo update +``` + +## Chart documentation + +For more information about a chart, run the following command: + +```bash +helm show readme caktus/ +```