From 838e04e873f3fae08bd47681338dd421175d2eb0 Mon Sep 17 00:00:00 2001 From: Lucas Bickel Date: Tue, 13 Apr 2021 11:37:06 +0200 Subject: [PATCH] docs: Update Helm install section Point users to the charts properly maintained location in the GitHub orga that confusingly uses the same name as this project. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d666f7c..d46675c 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,8 @@ And include all of the extra data attached to the event: ## Install using helm charts ```console -$ helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com/ -"incubator" has been added to your repositories +$ helm repo add sentry https://sentry-kubernetes.github.io/charts +"sentry" has been added to your repositories -$ helm install incubator/sentry-kubernetes --name my-release --set sentry.dsn= +$ helm install sentry/sentry-kubernetes --name my-release --set sentry.dsn= ```