diff options
author | Trabelsi Tobias <tobias.trabelsi@sonarsource.com> | 2022-01-25 09:24:46 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-01-26 20:02:44 +0000 |
commit | 371baa870a7db6b0301d1b5852a7f58b0370bde8 (patch) | |
tree | e267af3a40973a4db10e19b7cc9cbed1312cf759 /server/sonar-docs | |
parent | 9f1404586671854f9bc18bf6d8d89a81bd21f419 (diff) | |
download | sonarqube-371baa870a7db6b0301d1b5852a7f58b0370bde8.tar.gz sonarqube-371baa870a7db6b0301d1b5852a7f58b0370bde8.zip |
SONAR-15959 loosen supported versions section of helm charts
Diffstat (limited to 'server/sonar-docs')
-rw-r--r-- | server/sonar-docs/src/pages/setup/sonarqube-cluster-on-kubernetes.md | 8 | ||||
-rw-r--r-- | server/sonar-docs/src/pages/setup/sonarqube-on-kubernetes.md | 8 |
2 files changed, 4 insertions, 12 deletions
diff --git a/server/sonar-docs/src/pages/setup/sonarqube-cluster-on-kubernetes.md b/server/sonar-docs/src/pages/setup/sonarqube-cluster-on-kubernetes.md index 8cf6243c2f2..edd62a46427 100644 --- a/server/sonar-docs/src/pages/setup/sonarqube-cluster-on-kubernetes.md +++ b/server/sonar-docs/src/pages/setup/sonarqube-cluster-on-kubernetes.md @@ -15,13 +15,9 @@ Your feedback is welcome at [our community forum](https://community.sonarsource. When you want to operate SonarQube on Kubernetes, consider the following recommendations. -### Prerequisites +### Supported Versions -| Kubernetes Version | Helm Chart Version | SonarQube Version | -| -------- | ----------------------------- | ----------------- | -| 1.19 | 1.0.x | 9.3 | -| 1.20 | 1.0.x | 9.3 | -| 1.21 | 1.0.x | 9.3 | +The SonarQube helm chart should only be used with the latest version of SonarQube and a supported version of Kubernetes. There is a dedicated helm chart for the LTS version of SonarQube that follows the same patch policy as the application, while also being compatible with the supported versions of Kubernetes. ### Pod Security Policies 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 cdc4ff2e4ae..80d66a4d458 100644 --- a/server/sonar-docs/src/pages/setup/sonarqube-on-kubernetes.md +++ b/server/sonar-docs/src/pages/setup/sonarqube-on-kubernetes.md @@ -17,13 +17,9 @@ When you want to operate SonarQube on Kubernetes, consider the following recomme ### Prerequisites -#### SonarQube Helm Chart +#### Supported Versions -| Kubernetes Version | Helm Chart Version | SonarQube Version | -| -------- | ----------------------------- | ----------------- | -| 1.19 | 1.1 | 9.1 | -| 1.20 | 1.1 | 9.1 | -| 1.21 | 1.1 | 9.1 | +The SonarQube helm chart should only be used with the latest version of SonarQube and a supported version of Kubernetes. There is a dedicated helm chart for the LTS version of SonarQube that follows the same patch policy as the application, while also being compatible with the supported versions of Kubernetes. ### Pod Security Policies |