From b32e7c07f0dcc798651b65768b8454bb78d6b92e Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 19 Dec 2022 21:50:38 +0100 Subject: [PATCH] [bitnami/sonarqube] Release 2.0.4 (#14036) * [bitnami/sonarqube] Release 2.0.4 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/sonarqube/Chart.lock | 8 ++++---- bitnami/sonarqube/Chart.yaml | 4 ++-- bitnami/sonarqube/README.md | 30 +++++++++++++++--------------- bitnami/sonarqube/values.yaml | 8 ++++---- 4 files changed, 25 insertions(+), 25 deletions(-) diff --git a/bitnami/sonarqube/Chart.lock b/bitnami/sonarqube/Chart.lock index bd0ccf8ed8..f8cec9b321 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.1.2 + version: 12.1.5 - name: common repository: https://charts.bitnami.com/bitnami - version: 2.2.1 -digest: sha256:f480c521a39b467035fca8707a62cca597710c3a30274a02a79a616bf1762482 -generated: "2022-11-29T18:37:57.468962658Z" + version: 2.2.2 +digest: sha256:392dbae797a535d710b349c6f7a7f2cd346882084cb0c94dde5053941a31aaf8 +generated: "2022-12-19T19:51:03.259134405Z" diff --git a/bitnami/sonarqube/Chart.yaml b/bitnami/sonarqube/Chart.yaml index ce4c42a60b..a098d2278f 100644 --- a/bitnami/sonarqube/Chart.yaml +++ b/bitnami/sonarqube/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: DeveloperTools apiVersion: v2 -appVersion: 9.7.1 +appVersion: 9.8.0 dependencies: - condition: postgresql.enabled name: postgresql @@ -28,4 +28,4 @@ name: sonarqube sources: - https://github.com/bitnami/containers/tree/main/bitnami/sonarqube - https://github.com/SonarSource/sonarqube -version: 2.0.3 +version: 2.0.4 diff --git a/bitnami/sonarqube/README.md b/bitnami/sonarqube/README.md index e1a9486adc..4775be85da 100644 --- a/bitnami/sonarqube/README.md +++ b/bitnami/sonarqube/README.md @@ -2,11 +2,11 @@ # SonarQube(TM) packaged by Bitnami -SonarQube™ is an open source quality management platform that analyzes and measures code's technical quality. It enables developers to detect code issues, vulnerabilities, and bugs in early stages. +SonarQube(TM) is an open source quality management platform that analyzes and measures code's technical quality. It enables developers to detect code issues, vulnerabilities, and bugs in early stages. [Overview of SonarQube™](http://www.sonarqube.org) -Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. SonarQube is a registered trademark of SonarSource SA. +Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. SonarQube is a registered trademark of SonarSource SA. ## TL;DR @@ -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-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` | +| 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.8.0-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` | ### 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-r56` | +| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r63` | | `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-r56` | +| `sysctl.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r63` | | `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-r22` | +| `metrics.jmx.image.tag` | JMX exporter image tag (immutable tags are recommended) | `0.17.2-debian-11-r29` | | `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 | `[]` | @@ -458,4 +458,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. +limitations under the License. \ No newline at end of file diff --git a/bitnami/sonarqube/values.yaml b/bitnami/sonarqube/values.yaml index 8705df62e8..5c32b9b648 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-r10 + tag: 9.8.0-debian-11-r0 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-r56 + tag: 11-debian-11-r63 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-r56 + tag: 11-debian-11-r63 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-r22 + tag: 0.17.2-debian-11-r29 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.