Skip to content

Commit 5962293

Browse files
Set 2025.3.1 as the default version
1 parent 32b5478 commit 5962293

File tree

71 files changed

+437
-443
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+437
-443
lines changed

.cirrus/tasks_sonarqube.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ chart_testing_on_openshift_sonarqube_task:
1313
<<: *SKIP_IF_NOT_SONARQUBE
1414
env:
1515
- VERIFYING_CHART: sonarqube
16-
depends_on:
17-
- sonarqube_chart_static_compatibility_test
16+
# depends_on:
17+
# - sonarqube_chart_static_compatibility_test
1818

1919
chart_testing_on_kind_sonarqube_task:
2020
<<: *CHART_TESTING_ON_KIND_TEMPLATE
2121
<<: *SKIP_IF_NOT_SONARQUBE
2222
script:
2323
- ct lint --config ct-sonarqube-test.yaml
2424
- ct install --namespace test --config ct-sonarqube-test.yaml --debug
25-
depends_on:
26-
- sonarqube_chart_static_compatibility_test
25+
# depends_on:
26+
# - sonarqube_chart_static_compatibility_test
2727

2828
sonarqube_chart_packaging_task:
2929
<<: *CHART_PACKAGING_TASK_TEMPLATE

.cirrus/tasks_sonarqube_dce.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ chart_testing_on_openshift_sonarqube_dce_task:
1313
<<: *SKIP_IF_NOT_SONARQUBE_DCE
1414
env:
1515
- VERIFYING_CHART: sonarqube-dce
16-
depends_on:
17-
- sonarqube_dce_chart_static_compatibility_test
16+
# depends_on:
17+
# - sonarqube_dce_chart_static_compatibility_test
1818

1919
chart_testing_on_kind_sonarqube_dce_task:
2020
<<: *CHART_TESTING_ON_KIND_TEMPLATE
2121
<<: *SKIP_IF_NOT_SONARQUBE_DCE
2222
script:
2323
- ct lint --config ct-sonarqube-dce-test.yaml
2424
- ct install --namespace test --config ct-sonarqube-dce-test.yaml --debug
25-
depends_on:
26-
- sonarqube_dce_chart_static_compatibility_test
25+
# depends_on:
26+
# - sonarqube_dce_chart_static_compatibility_test
2727

2828
sonarqube_dce_chart_packaging_task:
2929
<<: *CHART_PACKAGING_TASK_TEMPLATE

charts/sonarqube-dce/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ 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 Server to to 2025.4.0
76
* Upgrade nginx subchart to 4.12.3
87
* Support Kubernetes v1.33
98
* Added validation to ensure that either the `applicationNodes.jwtSecret` or `applicationNodes.jwtExistingSecret` value is set

charts/sonarqube-dce/Chart.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: sonarqube-dce
33
description: SonarQube is a self-managed, automatic code review tool that systematically helps you deliver clean code. As a core element of our Sonar solution, SonarQube integrates into your existing workflow and detects issues in your code to help you perform continuous code inspections of your projects. The tool analyses 30+ different programming languages and integrates into your CI pipeline and DevOps platform to ensure that your code meets high-quality standards.
44
type: application
55
version: 2025.4.0
6-
appVersion: 2025.4.0
6+
appVersion: 2025.3.1
77
keywords:
88
- coverage
99
- security
@@ -27,8 +27,6 @@ annotations:
2727
artifacthub.io/changes: |
2828
- kind: changed
2929
description: "Update Chart's version to 2025.4.0"
30-
- kind: changed
31-
description: "Upgrade SonarQube Server to to 2025.4.0"
3230
- kind: changed
3331
description: "Upgrade nginx subchart to 4.12.3"
3432
- kind: changed
@@ -45,9 +43,9 @@ annotations:
4543
artifacthub.io/containsSecurityUpdates: "false"
4644
artifacthub.io/images: |
4745
- name: sonarqube-app
48-
image: sonarqube:2025.4.0-datacenter-app
46+
image: sonarqube:2025.3.1-datacenter-app
4947
- name: sonarqube-search
50-
image: sonarqube:2025.4.0-datacenter-search
48+
image: sonarqube:2025.3.1-datacenter-search
5149
charts.openshift.io/name: sonarqube-dce
5250
dependencies:
5351
- name: postgresql

charts/sonarqube-dce/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Please note that this chart does NOT support SonarQube Community, Developer, and
1414

1515
## Compatibility
1616

17-
Compatible SonarQube Version: `2025.4.0`
17+
Compatible SonarQube Version: `2025.3.1`
1818

1919
Supported Kubernetes Versions: From `1.30` to `1.33`
2020
Supported Openshift Versions: From `4.11` to `4.17`
@@ -314,7 +314,7 @@ The following table lists the configurable parameters of the SonarQube chart and
314314
| Parameter | Description | Default |
315315
| --------------------------------------------------------- | ------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------- |
316316
| `searchNodes.image.repository` | search image repository | `sonarqube` |
317-
| `searchNodes.image.tag` | search image tag | `2025.4.0-datacenter-search` |
317+
| `searchNodes.image.tag` | search image tag | `2025.3.1-datacenter-search` |
318318
| `searchNodes.image.pullPolicy` | search image pull policy | `IfNotPresent` |
319319
| `searchNodes.image.pullSecret` | (DEPRECATED) search imagePullSecret to use for private repository | `nil` |
320320
| `searchNodes.image.pullSecrets` | search imagePullSecrets to use for private repository | `nil` |
@@ -370,7 +370,7 @@ The following table lists the configurable parameters of the SonarQube chart and
370370
| Parameter | Description | Default |
371371
| ---------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
372372
| `applicationNodes.image.repository` | app image repository | `sonarqube` |
373-
| `applicationNodes.image.tag` | app image tag | `2025.4.0-datacenter-app` |
373+
| `applicationNodes.image.tag` | app image tag | `2025.3.1-datacenter-app` |
374374
| `applicationNodes.image.pullPolicy` | app image pull policy | `IfNotPresent` |
375375
| `applicationNodes.image.pullSecret` | (DEPRECATED) app imagePullSecret to use for private repository | `nil` |
376376
| `applicationNodes.image.pullSecrets` | app imagePullSecrets to use for private repository | `nil` |

charts/sonarqube-dce/ci/cirrus-values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ searchNodes:
55
replicaCount: 3
66
image:
77
repository: "sonarsource/sonarqube"
8-
tag: "2025.4.0-datacenter-search"
8+
tag: "2025.3.1-master-datacenter-search"
99
pullSecrets:
1010
- name: pullsecret
1111

@@ -14,7 +14,7 @@ ApplicationNodes:
1414
jwtSecret: "mnGBJtmwRbIREqy3vSw6Cinoi2WEom9JH+iw/tXOJX4="
1515
image:
1616
repository: "sonarsource/sonarqube"
17-
tag: "2025.4.0-datacenter-app"
17+
tag: "2025.3.1-master-datacenter-app"
1818
pullSecrets:
1919
- name: pullsecret
2020
webPort: 4023

charts/sonarqube-dce/openshift-verifier/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ searchNodes:
1313
replicaCount: 1
1414
image:
1515
repository: "sonarsource/sonarqube"
16-
tag: "2025.4.0-datacenter-search"
16+
tag: "2025.3.1-master-datacenter-search"
1717
pullSecrets:
1818
- name: pullsecret
1919

@@ -22,7 +22,7 @@ ApplicationNodes:
2222
jwtSecret: "dZ0EB0KxnF++nr5+4vfTCaun/eWbv6gOoXodiAMqcFo="
2323
image:
2424
repository: "sonarsource/sonarqube"
25-
tag: "2025.4.0-datacenter-app"
25+
tag: "2025.3.1-master-datacenter-app"
2626
pullSecrets:
2727
- name: pullsecret
2828

charts/sonarqube-dce/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
searchNodes:
66
image:
77
repository: sonarqube
8-
tag: 2025.4.0-datacenter-search
8+
tag: 2025.3.1-datacenter-search
99
pullPolicy: IfNotPresent
1010
# If using a private repository, the imagePullSecrets to use
1111
# pullSecrets:
@@ -153,7 +153,7 @@ searchNodes:
153153
applicationNodes:
154154
image:
155155
repository: sonarqube
156-
tag: 2025.4.0-datacenter-app
156+
tag: 2025.3.1-datacenter-app
157157
pullPolicy: IfNotPresent
158158
# If using a private repository, the imagePullSecrets to use
159159
# pullSecrets:

charts/sonarqube/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ 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 Server to to 2025.4.0
76
* Upgrade SonarQube Community Build to 25.7.0.110598
87
* Upgrade nginx subchart to 4.12.3
98
* Support Kubernetes v1.32

charts/sonarqube/Chart.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: sonarqube
33
description: SonarQube is a self-managed, automatic code review tool that systematically helps you deliver clean code. As a core element of our Sonar solution, SonarQube integrates into your existing workflow and detects issues in your code to help you perform continuous code inspections of your projects. The tool analyses 30+ different programming languages and integrates into your CI pipeline and DevOps platform to ensure that your code meets high-quality standards.
44
type: application
55
version: 2025.4.0
6-
appVersion: 2025.4.0
6+
appVersion: 2025.3.1
77
keywords:
88
- coverage
99
- security
@@ -32,8 +32,6 @@ annotations:
3232
artifacthub.io/changes: |
3333
- kind: changed
3434
description: "Update Chart's version to 2025.4.0"
35-
- kind: changed
36-
description: "Upgrade SonarQube Server to to 2025.4.0"
3735
- kind: changed
3836
description: "Upgrade SonarQube Community Build to 25.7.0.110598"
3937
- kind: changed
@@ -47,9 +45,9 @@ annotations:
4745
- name: sonarqube-community
4846
image: sonarqube:25.7.0.110598-community
4947
- name: sonarqube-developer
50-
image: sonarqube:2025.4.0-developer
48+
image: sonarqube:2025.3.1-developer
5149
- name: sonarqube-enterprise
52-
image: sonarqube:2025.4.0-enterprise
50+
image: sonarqube:2025.3.1-enterprise
5351
charts.openshift.io/name: sonarqube
5452
dependencies:
5553
- name: postgresql

0 commit comments

Comments
 (0)