From 29072da23e8b51bb55ac4049fdecf417aaee9198 Mon Sep 17 00:00:00 2001 From: Simon Erhardt Date: Mon, 14 Oct 2024 17:27:37 +0200 Subject: [PATCH] docs: change the url of the helm chart to your repo (#878) fix: change the url of the helm chart to your repo --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2bcc324b..748499ce 100644 --- a/README.md +++ b/README.md @@ -1734,11 +1734,12 @@ Please refer to Helm's [documentation](https://helm.sh/docs/) to get started. Once Helm is set up properly, add the repository as follows: ```console -helm repo add minicloudlabs https://minicloudlabs.github.io/helm-charts +helm repo add twin https://twin.github.io/helm-charts +helm repo update +helm install gatus twin/gatus ``` -To get more details, please check [chart's configuration](https://github.com/minicloudlabs/helm-charts/tree/main/charts/gatus#configuration) -and [helm file example](https://github.com/minicloudlabs/helm-charts/tree/main/charts/gatus#helmfileyaml-example) +To get more details, please check [chart's configuration](https://github.com/TwiN/helm-charts/blob/master/charts/gatus/README.md). ### Terraform