diff --git a/bitnami/sonarqube/Chart.lock b/bitnami/sonarqube/Chart.lock index 7e5bb7c4b0..bd0ccf8ed8 100644 --- a/bitnami/sonarqube/Chart.lock +++ b/bitnami/sonarqube/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 12.0.0 + version: 12.1.2 - name: common repository: https://charts.bitnami.com/bitnami - version: 2.1.2 -digest: sha256:d13935ec9e63e2a81eeac5143dc2369f1194857c0499d6d9f294190bbb2ed58a -generated: "2022-10-31T17:22:26.185418562Z" + version: 2.2.1 +digest: sha256:f480c521a39b467035fca8707a62cca597710c3a30274a02a79a616bf1762482 +generated: "2022-11-29T18:37:57.468962658Z" diff --git a/bitnami/sonarqube/Chart.yaml b/bitnami/sonarqube/Chart.yaml index e9cee53b76..daca241a9e 100644 --- a/bitnami/sonarqube/Chart.yaml +++ b/bitnami/sonarqube/Chart.yaml @@ -28,4 +28,4 @@ name: sonarqube sources: - https://github.com/bitnami/containers/tree/main/bitnami/sonarqube - https://github.com/SonarSource/sonarqube -version: 2.0.1 +version: 2.0.2 diff --git a/bitnami/sonarqube/README.md b/bitnami/sonarqube/README.md index 2cc676a801..bf8ae398f6 100644 --- a/bitnami/sonarqube/README.md +++ b/bitnami/sonarqube/README.md @@ -79,15 +79,15 @@ The command removes all the Kubernetes components associated with the chart and ### SonarQube Image parameters -| Name | Description | Value | -| ------------------- | --------------------------------------------------------------------------------------------------------- | -------------------- | -| `image.registry` | SonarQube image registry | `docker.io` | -| `image.repository` | SonarQube image repository | `bitnami/sonarqube` | -| `image.tag` | SonarQube image tag (immutable tags are recommended) | `9.7.1-debian-11-r0` | -| `image.digest` | SonarQube image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | -| `image.pullPolicy` | SonarQube image pull policy | `IfNotPresent` | -| `image.pullSecrets` | SonarQube image pull secrets | `[]` | -| `image.debug` | Enable SonarQube image debug mode | `false` | +| Name | Description | Value | +| ------------------- | --------------------------------------------------------------------------------------------------------- | --------------------- | +| `image.registry` | SonarQube image registry | `docker.io` | +| `image.repository` | SonarQube image repository | `bitnami/sonarqube` | +| `image.tag` | SonarQube image tag (immutable tags are recommended) | `9.7.1-debian-11-r10` | +| `image.digest` | SonarQube image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | +| `image.pullPolicy` | SonarQube image pull policy | `IfNotPresent` | +| `image.pullSecrets` | SonarQube image pull secrets | `[]` | +| `image.debug` | Enable SonarQube image debug mode | `false` | ### SonarQube Configuration parameters @@ -236,7 +236,7 @@ The command removes all the Kubernetes components associated with the chart and | `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` | | `volumePermissions.image.registry` | Bitnami Shell image registry | `docker.io` | | `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | -| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r47` | +| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r56` | | `volumePermissions.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` | | `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | @@ -252,7 +252,7 @@ The command removes all the Kubernetes components associated with the chart and | `sysctl.enabled` | Enable kernel settings modifier image | `true` | | `sysctl.image.registry` | Bitnami Shell image registry | `docker.io` | | `sysctl.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | -| `sysctl.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r47` | +| `sysctl.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r56` | | `sysctl.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `sysctl.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` | | `sysctl.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | @@ -283,7 +283,7 @@ The command removes all the Kubernetes components associated with the chart and | `metrics.jmx.enabled` | Whether or not to expose JMX metrics to Prometheus | `false` | | `metrics.jmx.image.registry` | JMX exporter image registry | `docker.io` | | `metrics.jmx.image.repository` | JMX exporter image repository | `bitnami/jmx-exporter` | -| `metrics.jmx.image.tag` | JMX exporter image tag (immutable tags are recommended) | `0.17.2-debian-11-r13` | +| `metrics.jmx.image.tag` | JMX exporter image tag (immutable tags are recommended) | `0.17.2-debian-11-r22` | | `metrics.jmx.image.digest` | JMX exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `metrics.jmx.image.pullPolicy` | JMX exporter image pull policy | `IfNotPresent` | | `metrics.jmx.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | diff --git a/bitnami/sonarqube/values.yaml b/bitnami/sonarqube/values.yaml index 5823f8ab35..8f4872fbf2 100644 --- a/bitnami/sonarqube/values.yaml +++ b/bitnami/sonarqube/values.yaml @@ -73,7 +73,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/sonarqube - tag: 9.7.1-debian-11-r0 + tag: 9.7.1-debian-11-r10 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -630,7 +630,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r47 + tag: 11-debian-11-r56 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -680,7 +680,7 @@ sysctl: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r47 + tag: 11-debian-11-r56 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -760,7 +760,7 @@ metrics: image: registry: docker.io repository: bitnami/jmx-exporter - tag: 0.17.2-debian-11-r13 + tag: 0.17.2-debian-11-r22 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.