getsentry / sentry-kubernetes

Kubernetes event reporter for Sentry
Apache License 2.0
458 stars 64 forks source link

docs: Update Helm install section #47

Open hairmare opened 3 years ago

hairmare commented 3 years ago

Point users to the charts properly maintained location in the GitHub orga that confusingly uses the same name as this project.

gecube commented 2 years ago

I checked and I like to see this PR merged.

$ helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com/
Error: repo "https://kubernetes-charts-incubator.storage.googleapis.com/" is no longer available; try "https://charts.helm.sh/incubator" instead
$ helm repo add incubator https://charts.helm.sh/incubator
"incubator" has been added to your repositories
$ helm search repo
...
incubator/sentry-kubernetes                     0.2.6           latest                          DEPRECATED A Helm chart for sentry-kubernetes (...
$ helm repo add sentry https://sentry-kubernetes.github.io/charts
"sentry" has been added to your repositories
$ helm search repo
...
sentry/sentry-kubernetes                    0.3.2           latest              A Helm chart for sentry-kubernetes (https://git...

0.3.2 is better than 0.2.6 :-)