added note in SonarQube tutorial.

Signed-off-by: Felixnoo <felixliu@yunify.com>
This commit is contained in:
Felixnoo 2021-02-24 15:24:03 +08:00
parent e48bb6b59a
commit 1cdccefdcc
2 changed files with 12 additions and 0 deletions

View File

@ -44,6 +44,12 @@ To integrate SonarQube into your pipeline, you must install SonarQube Server fir
helm upgrade --install sonarqube sonarqube --repo https://charts.kubesphere.io/main -n kubesphere-devops-system --create-namespace --set service.type=NodePort
```
{{< notice note >}}
Make sure you use Helm 3 to install SonarQube Server.
{{</ notice >}}
3. You will get this prompt:
![sonarqube-install](/images/docs/devops-user-guide/tool-integration/integrate-sonarqube-into-pipeline/sonarqube-install.png)

View File

@ -44,6 +44,12 @@ weight: 11310
helm upgrade --install sonarqube sonarqube --repo https://charts.kubesphere.io/main -n kubesphere-devops-system --create-namespace --set service.type=NodePort
```
{{< notice note >}}
请您确保使用 Helm 3 安装 SonarQube Server。
{{</ notice >}}
3. 您会获取以下提示内容:
![安装 SonarQube](/images/docs/zh-cn/devops-user-guide/tool-integration/integrate-sonarqube-into-pipelines/sonarqube-install.png)