-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(sonarqube): Updated image to v10.3.0 (#830)
Signed-off-by: Steve Hipwell <[email protected]>
- Loading branch information
1 parent
003814f
commit 8c70961
Showing
3 changed files
with
15 additions
and
8 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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
dependencies: | ||
- name: postgresql | ||
repository: https://charts.bitnami.com/bitnami/ | ||
version: 12.10.2 | ||
digest: sha256:d6105feb370bee657d96341207854730e8af71132c07754441962ea111e3bd2a | ||
generated: "2023-09-25T12:33:36.0811884+01:00" | ||
version: 12.12.10 | ||
digest: sha256:64b8985a0dd908270c0e9ba13a59b51f0c3fa3936be29bb405e63177fe548efa | ||
generated: "2023-11-21T12:10:54.8708708Z" |
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 |
---|---|---|
|
@@ -2,8 +2,8 @@ apiVersion: v2 | |
name: sonarqube | ||
description: A Helm chart for deploying SonarQube. | ||
type: application | ||
version: 5.2.1 | ||
appVersion: 10.2.1 | ||
version: 5.3.0 | ||
appVersion: 10.3.0 | ||
keywords: | ||
- sonarqube | ||
- sast | ||
|
@@ -23,12 +23,12 @@ maintainers: | |
email: [email protected] | ||
dependencies: | ||
- name: postgresql | ||
version: ~12.10.0 | ||
version: ~12.12.10 | ||
repository: https://charts.bitnami.com/bitnami/ | ||
condition: postgresql.enabled | ||
annotations: | ||
artifacthub.io/changes: | | ||
- kind: changed | ||
description: "Updated the _SonarQube_ OCI image to v10.2.1." | ||
description: "Updated the _SonarQube_ OCI image to v10.3.0." | ||
- kind: changed | ||
description: "Updated the embedded _PostgreSQL_ chart to v12.10.2 (PostgreSQL v15.4.0)." | ||
description: "Updated the embedded _PostgreSQL_ chart to v12.12.10 (PostgreSQL v15.4.0)." |