]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-15379 new helm chart location and name
authorTrabelsi Tobias <tobias.trabelsi@sonarsource.com>
Tue, 12 Oct 2021 14:20:20 +0000 (16:20 +0200)
committersonartech <sonartech@sonarsource.com>
Tue, 12 Oct 2021 20:03:10 +0000 (20:03 +0000)
server/sonar-docs/src/pages/setup/sonarqube-on-kubernetes.md

index d3bb3e4d313bf0dd75dac8ea3b97eeea7d425a21..d425748de1351fb2b2f6cde236e9d8398109cc27 100644 (file)
@@ -103,14 +103,13 @@ We try to provide a good default with the Helm chart, but there are some points
 
 Currently only helm3 is supported.
 
-To install the Helm Chart from the [GitHub](https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube) Repository, you can use the following commands:
+To install the Helm Chart from our Helm Repository, you can use the following commands:
 
 ```bash 
-git clone https://github.com/SonarSource/helm-chart-sonarqube.git
-cd helm-chart-sonarqube
-helm dependency update
-kubectl create namespace sonarqube
-helm upgrade --install -f values.yaml -n sonarqube sonarqube ./
+helm repo add sonarqube https://SonarSource.github.io/helm-chart-sonarqube
+helm repo update
+kubectl create namespace sonarqube-lts
+helm upgrade --install -n sonarqube-lts sonarqube sonarqube/sonarqube-lts
 ```
 
 ### Persistency