From: Trabelsi Tobias Date: Tue, 12 Oct 2021 14:20:20 +0000 (+0200) Subject: SONAR-15379 new helm chart location and name X-Git-Tag: 8.9.3.48735~4 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8bd43cf9173fbf28d20f48b71448ba010355135b;p=sonarqube.git SONAR-15379 new helm chart location and name --- diff --git a/server/sonar-docs/src/pages/setup/sonarqube-on-kubernetes.md b/server/sonar-docs/src/pages/setup/sonarqube-on-kubernetes.md index d3bb3e4d313..d425748de13 100644 --- a/server/sonar-docs/src/pages/setup/sonarqube-on-kubernetes.md +++ b/server/sonar-docs/src/pages/setup/sonarqube-on-kubernetes.md @@ -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