Skip to content

Commit

Permalink
REL-2439 Upgrade charts for SonarQube 9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelien-poscia-sonarsource committed Oct 18, 2022
1 parent c9b4459 commit 4b0a741
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 14 deletions.
3 changes: 3 additions & 0 deletions charts/sonarqube-dce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# SonarQube Chart Changelog
All changes to this chart will be documented in this file.

## [5.0.0]
* Updated SonarQube to 9.7.0
*
## [4.3.1]
* Fix the right-dash curly brace issue with the additional network policy parameter

Expand Down
34 changes: 27 additions & 7 deletions charts/sonarqube-dce/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: sonarqube-dce
description: SonarQube offers Code Quality and Code Security analysis for up to 27 languages. Find Bugs, Vulnerabilities, Security Hotspots and Code Smells throughout your workflow.
type: application
version: 4.3.1
appVersion: 9.6.1
version: 5.0.0
appVersion: 9.7.0
keywords:
- coverage
- security
Expand All @@ -19,20 +19,40 @@ maintainers:
- name: leo-geoffroy-sonarsource
email: [email protected]
annotations:
artifacthub.io/changes: |
- kind: changed
description: "Updated SonarQube to 9.7.0"
- kind: fixed
description: "Fix the right-dash curly brace issue with the additional network policy parameter"
- kind: added
description: "Allow `tests.image` to be configured and update README accordingly"
- kind: added
description: "Allow `tests.initContainers.image` to be configured and update README accordingly"
- kind: fixed
description: "Fix wrong image's tag in application nodes"
- kind: added
description: "Add support for monitoringPasscode passed as a secret and removal of livenessprobe httpheader defined in clear text"
- kind: added
description: "Add the possibility of using a secret for customizing the admin password"
- kind: removed
description: "Remove unreachable condition and fix the right values for sonarProperties and sonarSecretProperties"
- kind: changed
description: "Bump apiVersion to v2"
- kind: added
description: "Add documentation for ApplicationNodes.jwtSecret"
- kind: added
description: "Add documentation for ingress tls"
artifacthub.io/links: |
- name: support
url: https://community.sonarsource.com/
- name: Chart Source
url: https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube-dce
artifacthub.io/changes: |
- kind: changed
description: "Updated SonarQube to 9.6.1"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube-app
image: sonarqube:9.6.1-datacenter-app
image: sonarqube:9.7.0-datacenter-app
- name: sonarqube-search
image: sonarqube:9.6.1-datacenter-search
image: sonarqube:9.7.0-datacenter-search
dependencies:
- name: postgresql
version: 10.15.0
Expand Down
4 changes: 2 additions & 2 deletions charts/sonarqube-dce/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
searchNodes:
image:
repository: sonarqube
tag: 9.6.1-datacenter-search
tag: 9.7.0-datacenter-search
pullPolicy: IfNotPresent
# If using a private repository, the imagePullSecrets to use
# pullSecrets:
Expand Down Expand Up @@ -113,7 +113,7 @@ searchNodes:
ApplicationNodes:
image:
repository: sonarqube
tag: 9.6.1-datacenter-app
tag: 9.7.0-datacenter-app
pullPolicy: IfNotPresent
# If using a private repository, the imagePullSecrets to use
# pullSecrets:
Expand Down
3 changes: 3 additions & 0 deletions charts/sonarqube/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# SonarQube Chart Changelog
All changes to this chart will be documented in this file.

## [6.0.0]
* Updated SonarQube to 9.7.0

## [5.4.1]
* Fix the right-dash curly brace issue with the additional network policy parameter

Expand Down
30 changes: 26 additions & 4 deletions charts/sonarqube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: sonarqube
description: SonarQube offers Code Quality and Code Security analysis for up to 27 languages. Find Bugs, Vulnerabilities, Security Hotspots and Code Smells throughout your workflow.
type: application
version: 5.4.1
appVersion: 9.6.1
version: 6.0.0
appVersion: 9.7.0
keywords:
- coverage
- security
Expand All @@ -26,11 +26,33 @@ annotations:
url: https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube
artifacthub.io/changes: |
- kind: changed
description: "Updated SonarQube to 9.6.1"
description: "Updated SonarQube to 9.7.0"
- kind: fixed
description: "Fix the right-dash curly brace issue with the additional network policy parameter"
- kind: added
description: "Allow `tests.image` to be configured and update README accordingly"
- kind: added
description: "Allow `tests.initContainers.image` to be configured and update README accordingly"
- kind: changed
description: "Use the networkPolicy.prometheusNamespace value for the network policy namespace selector"
- kind: changed
description: "Uncomment default value in values.yaml for backwards compatibility"
- kind: added
description: "Add support for monitoringPasscode passed as a secret and removal of livenessprobe httpheader defined in clear text"
- kind: changed
description: "Bump apiVersion to v2"
- kind: changed
description: "Set the number of allowed replicas to 0 and 1"
- kind: added
description: "Add documentation for ingress tls"
- kind: added
description: "Add documentation for sonarProperties and sonarSecretProperties"
- kind: added
description: "Add the possibility of using a secret for customizing the admin password"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube
image: sonarqube:9.6.1-community
image: sonarqube:9.7.0-community
dependencies:
- name: postgresql
version: 10.15.0
Expand Down
2 changes: 1 addition & 1 deletion charts/sonarqube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ edition: "community"

image:
repository: sonarqube
tag: 9.6.1-{{ .Values.edition }}
tag: 9.7.0-{{ .Values.edition }}
pullPolicy: IfNotPresent
# If using a private repository, the imagePullSecrets to use
# pullSecrets:
Expand Down

0 comments on commit 4b0a741

Please sign in to comment.