From 8bd43cf9173fbf28d20f48b71448ba010355135b Mon Sep 17 00:00:00 2001 From: Trabelsi Tobias Date: Tue, 12 Oct 2021 16:20:20 +0200 Subject: [PATCH] SONAR-15379 new helm chart location and name --- .../src/pages/setup/sonarqube-on-kubernetes.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 -- 2.39.5