diff --git a/charts/sonarqube-dce/CHANGELOG.md b/charts/sonarqube-dce/CHANGELOG.md index 3395891cd..a8cc08034 100644 --- a/charts/sonarqube-dce/CHANGELOG.md +++ b/charts/sonarqube-dce/CHANGELOG.md @@ -6,6 +6,7 @@ All changes to this chart will be documented in this file. * Update nginx-ingress-controller dependency to version 4.9.1 * Fix the ingress.ingressClassName not being evaluated * Fix searchNodes.securityContext and ApplicationNodes.securityContext not being evaluated +* Fix duplicated `ApplicationNodes.resources` parameters in the README * Add `gcp_marketplace` value, implementing compatibility with google cloud marketplace app ## [10.4.0] diff --git a/charts/sonarqube-dce/Chart.yaml b/charts/sonarqube-dce/Chart.yaml index 84fa6627d..fa32ca859 100644 --- a/charts/sonarqube-dce/Chart.yaml +++ b/charts/sonarqube-dce/Chart.yaml @@ -35,6 +35,8 @@ annotations: description: "Fix the ingress.ingressClassName not being evaluated" - kind: fixed description: "Fix searchNodes.securityContext and ApplicationNodes.securityContext not being evaluated" + - kind: fixed + description: "Fix duplicated ApplicationNodes.resources parameters in the README" - kind: added description: "Add `gcp_marketplace` value, implementing compatibility with google cloud marketplace app" artifacthub.io/links: | diff --git a/charts/sonarqube-dce/README.md b/charts/sonarqube-dce/README.md index 5d7a84f25..31596367c 100644 --- a/charts/sonarqube-dce/README.md +++ b/charts/sonarqube-dce/README.md @@ -292,10 +292,6 @@ The following table lists the configurable parameters of the SonarQube chart and | `ApplicationNodes.jvmCeOpts` | (DEPRECATED) Values to add to `SONAR_CE_JAVAOPTS`. Please set directly `SONAR_CE_JAVAOPTS` or `sonar.ce.javaOpts` | `""` | | `ApplicationNodes.jwtSecret` | A HS256 key encoded with base64 (_This value must be set before installing the chart, see [the documentation](https://docs.sonarsource.com/sonarqube/latest/setup-and-upgrade/deploy-on-kubernetes/cluster/)_) | `""` | | `ApplicationNodes.existingJwtSecret` | secret that contains the `jwtSecret` | `nil` | -| `ApplicationNodes.resources.requests.memory` | memory request for app Nodes | `2Gi` | -| `ApplicationNodes.resources.requests.cpu` | cpu request for app Nodes | `400m` | -| `ApplicationNodes.resources.limits.memory` | memory limit for app Nodes. should not be under 4G | `4096M` | -| `ApplicationNodes.resources.limits.cpu` | cpu limit for app Nodes | `800m` | | `ApplicationNodes.extraContainers` | Array of extra containers to run alongside | `[]` | ### Generic Configuration