Skip to content

Commit

Permalink
NO-JIRA docs: remove duplicated values from readme
Browse files Browse the repository at this point in the history
update the changelog

update chart.yaml
  • Loading branch information
wwsean08 committed Feb 28, 2024
1 parent 31ae79d commit 2e7d74c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions charts/sonarqube-dce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 2 additions & 0 deletions charts/sonarqube-dce/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 0 additions & 4 deletions charts/sonarqube-dce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e7d74c

Please sign in to comment.