Skip to content

Commit

Permalink
REL-2147 DOCKER-42 Update SonarQube to 9.3.0; officially support DCE …
Browse files Browse the repository at this point in the history
…Chart
  • Loading branch information
wouter-admiraal-sonarsource committed Jan 31, 2022
1 parent ef0adfd commit 97af834
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 10 deletions.
5 changes: 5 additions & 0 deletions charts/sonarqube-dce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# SonarQube Chart Changelog
All changes to this chart will be documented in this file.

## [1.0.0]
* updated SonarQube to 9.3.0
* officially support SonarQube DCE

## [0.6.5]
* name of elasticsearch keystore password secret is now aligned with the rest of the chart

## [0.6.4]
* properties are now correctly set

Expand Down
10 changes: 6 additions & 4 deletions charts/sonarqube-dce/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
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.
version: 0.6.5
appVersion: 9.2.4
version: 1.0.0
appVersion: 9.3.0
keywords:
- coverage
- security
Expand Down Expand Up @@ -51,9 +51,11 @@ annotations:
description: "properties are now correctly set"
- kind: changed
description: "name of elasticsearch keystore password secret is now aligned with the rest of the chart"
- kind: changed
description: "updated SonarQube to 9.3.0"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube-app
image: sonarqube:9.2.4-datacenter-app
image: sonarqube:9.3.0-datacenter-app
- name: sonarqube-search
image: sonarqube:9.2.4-datacenter-app
image: sonarqube:9.3.0-datacenter-app
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.2.4-datacenter-search
tag: 9.3.0-datacenter-search
pullPolicy: IfNotPresent
# If using a private repository, the imagePullSecrets to use
# pullSecrets:
Expand Down Expand Up @@ -110,7 +110,7 @@ searchNodes:
ApplicationNodes:
image:
repository: sonarqube
tag: 9.2.4-datacenter-app
tag: 9.3.0-datacenter-app
pullPolicy: IfNotPresent
# If using a private repository, the imagePullSecrets to use
# pullSecrets:
Expand Down
6 changes: 6 additions & 0 deletions charts/sonarqube/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# SonarQube Chart Changelog
All changes to this chart will be documented in this file.

## [2.0.0]
* updated SonarQube to 9.3.0

## [1.6.5]
* add securitycontext to wait-for-db and change-password hook

## [1.6.4]
* properties are now correctly set

Expand Down
8 changes: 5 additions & 3 deletions charts/sonarqube/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
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.
version: 1.6.5
appVersion: 9.2.4
version: 2.0.0
appVersion: 9.3.0
keywords:
- coverage
- security
Expand Down Expand Up @@ -51,7 +51,9 @@ annotations:
description: "properties are now correctly set"
- kind: fixed
description: "add securitycontext to wait-for-db and change-password hook"
- kind: changed
description: "updated SonarQube to 9.3.0"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube
image: sonarqube:9.2.4-community
image: sonarqube:9.3.0-community
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.2.4-{{ .Values.edition }}
tag: 9.3.0-{{ .Values.edition }}
pullPolicy: IfNotPresent
# If using a private repository, the imagePullSecrets to use
# pullSecrets:
Expand Down

0 comments on commit 97af834

Please sign in to comment.