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= ```