Skip to content

Commit a7f01a7

Browse files
REL-3825 Upgrade SonarQube Community Build to 25.7.0.110598
1 parent 463af2f commit a7f01a7

File tree

11 files changed

+20
-20
lines changed

11 files changed

+20
-20
lines changed

charts/sonarqube-dce/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All changes to this chart will be documented in this file.
33

44
## [2025.4.0]
55
* Update Chart's version to 2025.4.0
6-
* Upgrade nginx subchart to 4.12.2
6+
* Upgrade nginx subchart to 4.12.3
77
* Support Kubernetes v1.33
88

99
## [2025.3.0]

charts/sonarqube-dce/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ annotations:
2828
- kind: changed
2929
description: "Update Chart's version to 2025.4.0"
3030
- kind: changed
31-
description: "Upgrade nginx subchart to 4.12.2"
31+
description: "Upgrade nginx subchart to 4.12.3"
3232
- kind: changed
3333
description: "Support Kubernetes v1.33"
3434
artifacthub.io/links: |

charts/sonarqube/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ All changes to this chart will be documented in this file.
33

44
## [2025.4.0]
55
* Update Chart's version to 2025.4.0
6-
* Upgrade SonarQube Community Build to 25.6.0.109173
7-
* Upgrade nginx subchart to 4.12.2
6+
* Upgrade SonarQube Community Build to 25.7.0.110598
7+
* Upgrade nginx subchart to 4.12.3
88
* Support Kubernetes v1.32
99
* Add the possibility of to save the data with hostpath
1010

charts/sonarqube/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ annotations:
3333
- kind: changed
3434
description: "Update Chart's version to 2025.4.0"
3535
- kind: changed
36-
description: "Upgrade SonarQube Community Build to 25.6.0.109173"
36+
description: "Upgrade SonarQube Community Build to 25.7.0.110598"
3737
- kind: changed
38-
description: "Upgrade nginx subchart to 4.12.2"
38+
description: "Upgrade nginx subchart to 4.12.3"
3939
- kind: changed
4040
description: "Support Kubernetes v1.33"
4141
- kind: changed
4242
description: "Add the possibility of to save the data with hostpath"
4343
artifacthub.io/containsSecurityUpdates: "false"
4444
artifacthub.io/images: |
4545
- name: sonarqube-community
46-
image: sonarqube:25.6.0.109173-community
46+
image: sonarqube:25.7.0.110598-community
4747
- name: sonarqube-developer
4848
image: sonarqube:2025.3.0-developer
4949
- name: sonarqube-enterprise

charts/sonarqube/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Please note that this chart only supports SonarQube Server Developer and Enterpr
1616

1717
SonarQube Server Version: `2025.3.0`
1818

19-
SonarQube Community Build: `25.6.0.109173`. If you want the use a more recent SonarQube Community Build, please set the `community.buildNumber` with the desired version.
19+
SonarQube Community Build: `25.7.0.110598`. If you want the use a more recent SonarQube Community Build, please set the `community.buildNumber` with the desired version.
2020

2121
## Kubernetes and Openshift Compatibility
2222

@@ -274,7 +274,7 @@ The following table lists the configurable parameters of the SonarQube chart and
274274
| `annotations` | SonarQube Pod annotations | `{}` |
275275
| `edition` | SonarQube Edition to use (`developer` or `enterprise`). | `None` |
276276
| `community.enabled` | Install SonarQube Community Build. When set to `true`, `edition` must not be set. | `false` |
277-
| `community.buildNumber` | The SonarQube Community Build number to install | `25.6.0.109173` |
277+
| `community.buildNumber` | The SonarQube Community Build number to install | `25.7.0.110598` |
278278
| `sonarWebContext` | SonarQube web context, also serve as default value for `ingress.path`, `account.sonarWebContext` and probes path. | `` |
279279
| `httpProxySecret` | Should contain `http_proxy`, `https_proxy` and `no_proxy` keys, will supersede every other proxy variables | `` |
280280
| `httpProxy` | HTTP proxy for downloading JMX agent and install plugins, will supersede initContainer specific http proxy variables | `` |

charts/sonarqube/ci/cirrus-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ image:
55
pullSecrets:
66
- name: pullsecret
77
repository: "sonarsource/sonarqube"
8-
tag: "25.6.0.109173-master-community"
8+
tag: "25.7.0.110598-master-community"
99
monitoringPasscode: "test"
1010
postgresql:
1111
securityContext:

charts/sonarqube/openshift-verifier/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ image:
1616
pullSecrets:
1717
- name: pullsecret
1818
repository: "sonarsource/sonarqube"
19-
tag: "25.6.0.109173-master-community"
19+
tag: "25.7.0.110598-master-community"
2020

2121
monitoringPasscode: "test"

charts/sonarqube/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ OpenShift:
5454
# Set the chart to use the latest released SonarQube Community Build
5555
community:
5656
enabled: false
57-
buildNumber: "25.6.0.109173"
57+
buildNumber: "25.7.0.110598"
5858

5959
image:
6060
repository: sonarqube

tests/unit-compatibility-test/fixtures/sonarqube/host-path-values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ metadata:
421421
app.kubernetes.io/managed-by: Helm
422422
app.kubernetes.io/part-of: sonarqube
423423
app.kubernetes.io/component: host-path-values.yaml-sonarqube
424-
app.kubernetes.io/version: "25.6.0.109173-community"
424+
app.kubernetes.io/version: "25.7.0.110598-community"
425425
spec:
426426
replicas: 1
427427
revisionHistoryLimit: 10
@@ -447,7 +447,7 @@ spec:
447447
fsGroup: 0
448448
initContainers:
449449
- name: "wait-for-db"
450-
image: sonarqube:25.6.0.109173-community
450+
image: sonarqube:25.7.0.110598-community
451451
imagePullPolicy: IfNotPresent
452452
securityContext:
453453
allowPrivilegeEscalation: false
@@ -463,7 +463,7 @@ spec:
463463
command: ["/bin/bash", "-c"]
464464
args: ['set -o pipefail;for i in {1..200};do (echo > /dev/tcp/host-path-values.yaml-postgresql/5432) && exit 0; sleep 2;done; exit 1']
465465
- name: init-sysctl
466-
image: sonarqube:25.6.0.109173-community
466+
image: sonarqube:25.7.0.110598-community
467467
imagePullPolicy: IfNotPresent
468468
securityContext:
469469
privileged: true
@@ -481,7 +481,7 @@ spec:
481481
- name: SONAR_CE_JAVAOPTS
482482
value: ""
483483
- name: init-fs
484-
image: sonarqube:25.6.0.109173-community
484+
image: sonarqube:25.7.0.110598-community
485485
imagePullPolicy: IfNotPresent
486486
securityContext:
487487
capabilities:
@@ -516,7 +516,7 @@ spec:
516516
subPath: extensions
517517
containers:
518518
- name: sonarqube
519-
image: sonarqube:25.6.0.109173-community
519+
image: sonarqube:25.7.0.110598-community
520520
imagePullPolicy: IfNotPresent
521521
ports:
522522
- name: http
@@ -654,7 +654,7 @@ spec:
654654
automountServiceAccountToken: false
655655
containers:
656656
- name: host-path-values.yaml-ui-test
657-
image: "sonarqube:25.6.0.109173-community"
657+
image: "sonarqube:25.7.0.110598-community"
658658
imagePullPolicy: IfNotPresent
659659
command: ['wget']
660660
args: [

tests/unit-test/schema_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var chartPath string = "../../charts/sonarqube"
2323
var releaseName string = "sonarqube"
2424

2525
// Community Build Version
26-
var expectedContainerImage string = "sonarqube:25.6.0.109173"
26+
var expectedContainerImage string = "sonarqube:25.7.0.110598"
2727

2828
// Ensure we are using the dry-run flag
2929
var helmOptions *helm.Options = &helm.Options{

0 commit comments

Comments
 (0)