This repository has been archived by the owner on Jun 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master'
- Loading branch information
Showing
32 changed files
with
975 additions
and
300 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,11 +26,6 @@ jobs: | |
chmod 700 get_helm.sh | ||
./get_helm.sh | ||
- name: Configure Helm | ||
run: | | ||
helm repo add stable https://kubernetes-charts.storage.googleapis.com/ | ||
helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com/ | ||
- name: Run chart-releaser | ||
uses: helm/[email protected] | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# SonarQube Chart Changelog | ||
All changes to this chart will be documented in this file. | ||
|
||
## [9.2.3] | ||
* Added namespace to port-foward command in notes. | ||
|
||
## [9.2.2] | ||
* Added a condition to deployment.yaml so that `wait-for-db` initContainer is only created if `postgresql.enabled=true` | ||
|
||
## [9.2.1] | ||
* Updated the configuration table to include the additional keys added in release 9.2.0. | ||
|
||
## [9.2.0] | ||
* Added functionality for deployments to OpenShift clusters. | ||
* .Values.OpenShift flag to signify if deploying to OpenShift. | ||
* Ability to have chart generate an SCC allowing the init-sysctl container to run as privileged. | ||
* Setting of a seperate securityContext section for the main SonarQube container to avoid running as root. | ||
* Exposing additional `postreSQL` keys in values.yaml to support configuring postgres to run under standard "restricted" or "anyuid"/"nonroot" SCCs on OpenShift. | ||
* Added initContainer `wait-for-db` to await postgreSQL successful startup before starting SonarQube, to avoid race conditions. | ||
|
||
## [9.1.1] | ||
* Update SonarQube to 8.5.1. | ||
* **Fix:** Purge plugins directory before download. | ||
|
||
## [9.0.0] | ||
* Update SonarQube to 8.5. | ||
* **Breaking change:** Rework init containers. | ||
* Move global defaults from `plugins` section to `initContainers`. | ||
* Update container images. | ||
* **Deprecation:** `elasticsearch.configureNode` in favor of `initSysctl.enabled`. | ||
* Rework sysctl with support for custom values. | ||
* Rework plugins installation via `opt/sonarqube/extensions/downloads` folder that is handled by SonarQube itself. | ||
* **Breaking change:** remove `plugins.deleteDefaultPlugins` as SonarQube stores bundled plugins out of `opt/sonarqube/extensions`. | ||
* Rename deprecated `SONARQUBE_` environment variables to `SONAR_` ones. | ||
* **Breaking change:** Rename `enabledTests` to `tests.enabled`. | ||
* Add `terminationGracePeriodSeconds`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.