소스 검색

SONAR-15379 new helm chart location and name

tags/8.9.3.48735
Trabelsi Tobias 2 년 전
부모
커밋
8bd43cf917
1개의 변경된 파일5개의 추가작업 그리고 6개의 파일을 삭제
  1. 5
    6
      server/sonar-docs/src/pages/setup/sonarqube-on-kubernetes.md

+ 5
- 6
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

Loading…
취소
저장