From b88f59a02f8cadba87821d6ca1fcabc8a8b3e8cf Mon Sep 17 00:00:00 2001 From: Aya Igarashi Date: Fri, 6 Nov 2020 11:49:55 +0900 Subject: [PATCH] Update helm charts repository in README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eadc8c54..86a9bb62 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,14 @@ Quick Links Installation ------------- -If you're a helm user, a helm chart is listed on the Kubeapps Hub as [stable/prometheus-adapter](https://github.com/helm/charts/blob/master/stable/prometheus-adapter/README.md). +If you're a helm user, a helm chart is listed on prometheus-community repository as [prometheus-community/prometheus-adapter](https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-adapter). To install it with the release name `my-release`, run this Helm command: ```console -$ helm install --name my-release stable/prometheus-adapter +$ helm repo add prometheus-community https://prometheus-community.github.io/helm-charts +$ helm repo update +$ helm install --name my-release prometheus-community/prometheus-adapter ``` Configuration