diff options
-rw-r--r-- | server/sonar-docs/src/pages/setup/sonarqube-cluster-on-kubernetes.md | 9 |
1 files changed, 3 insertions, 6 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 c55162658f1..d276dd03892 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 @@ -7,9 +7,6 @@ _This page applies to deploying SonarQube Data Center Edition on Kubernetes. For # Overview -[[info]] -| Deploying and operating SonarQube Data Center Edition on Kubernetes is available starting SonarQube 9.1 and is currently in Beta status. - You can find the SonarQube DCE Helm chart on [GitHub](https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube-dce). Your feedback is welcome at [our community forum](https://community.sonarsource.com/). @@ -22,9 +19,9 @@ When you want to operate SonarQube on Kubernetes, consider the following recomme | Kubernetes Version | Helm Chart Version | SonarQube Version | | -------- | ----------------------------- | ----------------- | -| 1.19 | 0.1.x | 9.1 | -| 1.20 | 0.1.x | 9.1 | -| 1.21 | 0.1.x | 9.1 | +| 1.19 | 1.0.x | 9.3 | +| 1.20 | 1.0.x | 9.3 | +| 1.21 | 1.0.x | 9.3 | ### Pod Security Policies |