Skip to content

Commit

Permalink
SONAR-23712 deprecate elasticsearch.bootstrapchecks, sonarqubeFolder,…
Browse files Browse the repository at this point in the history
… jdbcOverwrite.jdbcPassword and terminationGracePeriodSeconds
  • Loading branch information
jCOTINEAU committed Nov 22, 2024
1 parent b6a5299 commit 5aa681a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/sonarqube-dce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ All changes to this chart will be documented in this file.
* Make the `automountServiceAccountToken` configurable with `serviceAccount.automountToken` in PodSpec
* Deprecate `ApplicationNodes` in favor of `applicationNodes`, fixing naming convention typo
* Replace helm top level '$' by '.' when not necessary
* Remove `elasticsearch.bootstrapchecks` doc section as this parameters is not used in the templates
* Deprecate `elasticsearch.bootstrapchecks`, `sonarqubeFolder`, `jdbcOverwrite.jdbcPassword` and `terminationGracePeriodSeconds`

## [10.7.0]
* Update Chart's version to 10.7.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 @@ -53,6 +53,8 @@ annotations:
description: "Deprecate `ApplicationNodes` in favor of `applicationNodes`, fixing naming convention typo"
- kind: changed
description: "Replace helm top level '$' by '.' when not necessary"
- kind: deprecated
description: "Deprecate elasticsearch.bootstrapcheck, `sonarqubeFolder`, `jdbcOverwrite.jdbcPassword` and `terminationGracePeriodSeconds`"
artifacthub.io/links: |
- name: support
url: https://community.sonarsource.com/
Expand Down
10 changes: 10 additions & 0 deletions charts/sonarqube-dce/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,16 @@
"type": "integer",
"deprecated": true,
"$comment": "(DEPRECATED) This value is not used in the templates"
},
"elasticsearch": {
"type": "object",
"properties": {
"bootstrapChecks": {
"type": "boolean",
"deprecated": true,
"$comment": "(DEPRECATED) This value is not used in the templates"
}
}
}
}
}

0 comments on commit 5aa681a

Please sign in to comment.