From: Trabelsi Tobias Date: Tue, 25 Jan 2022 08:24:46 +0000 (+0100) Subject: SONAR-15959 loosen supported versions section of helm charts X-Git-Tag: 9.3.0.51899~20 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=371baa870a7db6b0301d1b5852a7f58b0370bde8;p=sonarqube.git SONAR-15959 loosen supported versions section of helm charts --- 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