[bitnami/sonarqube] Release 5.2.8 (#27731)

* [bitnami/sonarqube] Release 5.2.8

Signed-off-by: Jota Martos <jotamartos@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Jota Martos <jotamartos@vmware.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Jota Martos <jotamartos@vmware.com>
This commit is contained in:
Bitnami Bot
2024-07-12 09:38:39 +02:00
committed by GitHub
parent b7455da6eb
commit ae56d1c5c5
5 changed files with 23 additions and 19 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 5.2.7 (2024-06-18)
## 5.2.8 (2024-07-12)
* [bitnami/sonarqube] Release 5.2.7 ([#27418](https://github.com/bitnami/charts/pull/27418))
* [bitnami/sonarqube] Release 5.2.8 ([#27731](https://github.com/bitnami/charts/pull/27731))
## <small>5.2.7 (2024-06-18)</small>
* [bitnami/sonarqube] Release 5.2.7 (#27418) ([77b1002](https://github.com/bitnami/charts/commit/77b1002dc448baa91c543a6ea062e6aa0c0bee21)), closes [#27418](https://github.com/bitnami/charts/issues/27418)
## <small>5.2.6 (2024-06-17)</small>

View File

@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.5.6
version: 15.5.16
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.20.3
digest: sha256:1146225787bdb0838cfc30ec665648362088bc3e184a5de1f45306a86b7ce8c7
generated: "2024-06-18T12:16:25.984107171Z"
version: 2.20.4
digest: sha256:5c93d00902a9a347213e2cd1598f037c662eb189713320b1ea327b3715208c58
generated: "2024-07-12T08:59:06.026306+02:00"

View File

@@ -6,13 +6,13 @@ annotations:
licenses: Apache-2.0
images: |
- name: jmx-exporter
image: docker.io/bitnami/jmx-exporter:1.0.1-debian-12-r1
image: docker.io/bitnami/jmx-exporter:1.0.1-debian-12-r2
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r22
image: docker.io/bitnami/os-shell:12-debian-12-r24
- name: sonarqube
image: docker.io/bitnami/sonarqube:10.5.1-debian-12-r3
image: docker.io/bitnami/sonarqube:10.6.0-debian-12-r1
apiVersion: v2
appVersion: 10.5.1
appVersion: 10.6.0
dependencies:
- condition: postgresql.enabled
name: postgresql
@@ -37,4 +37,4 @@ maintainers:
name: sonarqube
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/sonarqube
version: 5.2.7
version: 5.2.8

View File

@@ -275,7 +275,7 @@ As an alternative, this chart supports using an initContainer to change the owne
| `maxHeapSize` | Maximum heap size for SonarQube&trade; | `2048m` |
| `jvmOpts` | Values to add to SONARQUBE_WEB_JAVA_ADD_OPTS | `""` |
| `jvmCeOpts` | Values to add to SONAR_CE_JAVAADDITIONALOPTS | `""` |
| `startTimeout` | Timeout for the application to start in seconds | `150` |
| `startTimeout` | Timeout for the application to start in seconds | `300` |
| `extraProperties` | List of extra properties to be set in the sonar.properties file (key=value format) | `[]` |
| `sonarqubeSkipInstall` | Skip wizard installation | `false` |
| `sonarSecurityRealm` | Set this to LDAP authenticate first against the external sytem. If the external system is not | `""` |

View File

@@ -82,7 +82,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/sonarqube
tag: 10.5.1-debian-12-r3
tag: 10.6.0-debian-12-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -135,7 +135,7 @@ jvmOpts: ""
jvmCeOpts: ""
## @param startTimeout Timeout for the application to start in seconds
##
startTimeout: 150
startTimeout: 300
## @param extraProperties List of extra properties to be set in the sonar.properties file (key=value format)
## e.g:
## extraProperties:
@@ -715,7 +715,7 @@ caCerts:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r22
tag: 12-debian-12-r24
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
@@ -804,7 +804,7 @@ plugins:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r22
tag: 12-debian-12-r24
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
@@ -913,7 +913,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r22
tag: 12-debian-12-r24
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
@@ -975,7 +975,7 @@ sysctl:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r22
tag: 12-debian-12-r24
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
@@ -1075,7 +1075,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/jmx-exporter
tag: 1.0.1-debian-12-r1
tag: 1.0.1-debian-12-r2
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.