sentry-kubernetes icon indicating copy to clipboard operation
sentry-kubernetes copied to clipboard

docs: Update Helm install section

Open hairmare opened this issue 4 years ago • 1 comments

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

hairmare avatar Apr 13 '21 09:04 hairmare

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 :-)

gecube avatar Jan 25 '22 11:01 gecube