Skip to content

Commit 11cc750

Browse files
authored
REL-303 release helm charts 10.7.0
* REL-303 release helm charts 10.7.0 * REL-303 address reviewer comment
1 parent 706cc36 commit 11cc750

File tree

64 files changed

+391
-385
lines changed

Some content is hidden

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

64 files changed

+391
-385
lines changed

charts/sonarqube-dce/CHANGELOG.md

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

44
## [10.7.0]
55
* Update Chart's version to 10.7.0
6+
* Upgrade SonarQube to 10.7.0
67
* Support Kubernetes v1.30
78
* Upgrade ingress-nginx dependency to 4.10.1
89
* Deprecate `jdbcOverwrite.enable` in favor of `jdbcOverwrite.enabled`

charts/sonarqube-dce/Chart.yaml

Lines changed: 5 additions & 3 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: 10.7.0
6-
appVersion: 10.6.0
6+
appVersion: 10.7.0
77
keywords:
88
- coverage
99
- security
@@ -29,6 +29,8 @@ annotations:
2929
artifacthub.io/changes: |
3030
- kind: changed
3131
description: "Update Chart's version to 10.7.0"
32+
- kind: changed
33+
description: "Upgrade SonarQube to 10.7.0"
3234
- kind: changed
3335
description: "Support Kubernetes v1.30"
3436
- kind: changed
@@ -87,9 +89,9 @@ annotations:
8789
artifacthub.io/containsSecurityUpdates: "false"
8890
artifacthub.io/images: |
8991
- name: sonarqube-app
90-
image: sonarqube:10.6.0-datacenter-app
92+
image: sonarqube:10.7.0-datacenter-app
9193
- name: sonarqube-search
92-
image: sonarqube:10.6.0-datacenter-search
94+
image: sonarqube:10.7.0-datacenter-search
9395
charts.openshift.io/name: sonarqube-dce
9496
dependencies:
9597
- 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: `10.6.0`
17+
Compatible SonarQube Version: `10.7.0`
1818

1919
Supported Kubernetes Versions: From `1.24` to `1.30`
2020
Supported Openshift Versions: From `4.11` to `4.16`
@@ -268,7 +268,7 @@ The following table lists the configurable parameters of the SonarQube chart and
268268
| Parameter | Description | Default |
269269
| --------------------------------------------------------- | ------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------- |
270270
| `searchNodes.image.repository` | search image repository | `sonarqube` |
271-
| `searchNodes.image.tag` | search image tag | `10.6.0-datacenter-search` |
271+
| `searchNodes.image.tag` | search image tag | `10.7.0-datacenter-search` |
272272
| `searchNodes.image.pullPolicy` | search image pull policy | `IfNotPresent` |
273273
| `searchNodes.image.pullSecret` | (DEPRECATED) search imagePullSecret to use for private repository | `nil` |
274274
| `searchNodes.image.pullSecrets` | search imagePullSecrets to use for private repository | `nil` |
@@ -324,7 +324,7 @@ The following table lists the configurable parameters of the SonarQube chart and
324324
| Parameter | Description | Default |
325325
| ---------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
326326
| `ApplicationNodes.image.repository` | app image repository | `sonarqube` |
327-
| `ApplicationNodes.image.tag` | app image tag | `10.6.0-datacenter-app` |
327+
| `ApplicationNodes.image.tag` | app image tag | `10.7.0-datacenter-app` |
328328
| `ApplicationNodes.image.pullPolicy` | app image pull policy | `IfNotPresent` |
329329
| `ApplicationNodes.image.pullSecret` | (DEPRECATED) app imagePullSecret to use for private repository | `nil` |
330330
| `ApplicationNodes.image.pullSecrets` | app imagePullSecrets to use for private repository | `nil` |

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: 10.6.0-datacenter-search
8+
tag: 10.7.0-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: 10.6.0-datacenter-app
156+
tag: 10.7.0-datacenter-app
157157
pullPolicy: IfNotPresent
158158
# If using a private repository, the imagePullSecrets to use
159159
# pullSecrets:

charts/sonarqube/CHANGELOG.md

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

44
## [10.7.0]
55
* Update Chart's version to 10.7.0
6+
* Upgrade SonarQube to 10.7.0
67
* Support Kubernetes v1.30
78
* Upgrade ingress-nginx dependency to 4.10.1
89
* Deprecate `jdbcOverwrite.enable` in favor of `jdbcOverwrite.enabled`

charts/sonarqube/Chart.yaml

Lines changed: 4 additions & 2 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: 10.7.0
6-
appVersion: 10.6.0
6+
appVersion: 10.7.0
77
keywords:
88
- coverage
99
- security
@@ -34,6 +34,8 @@ annotations:
3434
artifacthub.io/changes: |
3535
- kind: changed
3636
description: "Update Chart's version to 10.7.0"
37+
- kind: changed
38+
description: "Upgrade SonarQube to 10.7.0"
3739
- kind: changed
3840
description: "Support Kubernetes v1.30"
3941
- kind: changed
@@ -87,7 +89,7 @@ annotations:
8789
artifacthub.io/containsSecurityUpdates: "false"
8890
artifacthub.io/images: |
8991
- name: sonarqube
90-
image: sonarqube:10.6.0-community
92+
image: sonarqube:10.7.0-community
9193
charts.openshift.io/name: sonarqube
9294
dependencies:
9395
- name: postgresql

charts/sonarqube/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Please note that this chart only supports SonarQube Community, Developer, and En
1414

1515
## Compatibility
1616

17-
Compatible SonarQube Version: `10.6.0`
17+
Compatible SonarQube Version: `10.7.0`
1818

1919
Supported Kubernetes Versions: From `1.24` to `1.30`
2020
Supported Openshift Versions: From `4.11` to `4.16`
@@ -276,7 +276,7 @@ The following table lists the configurable parameters of the SonarQube chart and
276276
| Parameter | Description | Default |
277277
| ------------------- | ---------------------------------------------------------- | ------------------------------ |
278278
| `image.repository` | image repository | `sonarqube` |
279-
| `image.tag` | `sonarqube` image tag. | `10.6.0-{{ .Values.edition }}` |
279+
| `image.tag` | `sonarqube` image tag. | `10.7.0-{{ .Values.edition }}` |
280280
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
281281
| `image.pullSecret` | (DEPRECATED) imagePullSecret to use for private repository | `None` |
282282
| `image.pullSecrets` | imagePullSecrets to use for private repository | `None` |

charts/sonarqube/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ edition: "community"
5050

5151
image:
5252
repository: sonarqube
53-
tag: 10.6.0-{{ .Values.edition }}
53+
tag: 10.7.0-{{ .Values.edition }}
5454
pullPolicy: IfNotPresent
5555
# If using a private repository, the imagePullSecrets to use
5656
# pullSecrets:

google-cloud-marketplace-k8s-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ and run this command.
2020
# make sure you are on a staging account
2121
export REGISTRY=gcr.io/$(gcloud config get-value project | tr ':' '/')
2222
export APP_NAME=sonarqube-dce
23-
export TAG=10.6.0
23+
export TAG=10.7.0
2424
export MINOR_VERSION=$(echo $TAG | cut -d. -f1,2)
2525
# Deployer does not care about patch version. see [here](https://github.com/GoogleCloudPlatform/marketplace-k8s-app-tools/blob/master/docs/building-deployer-helm.md#images-in-staging-gcr)
2626
docker build -f google-cloud-marketplace-k8s-app/Dockerfile --build-arg REGISTRY="${REGISTRY}" --build-arg TAG="${TAG}" --tag $REGISTRY/$APP_NAME/deployer:$MINOR_VERSION .

google-cloud-marketplace-k8s-app/data-test/schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ x-google-marketplace:
77
publishedVersion: "$TAG"
88
publishedVersionMetadata:
99
releaseNote: >-
10-
Sonarqube 10.6.x google cloud marketpalce release test schema.
10+
Sonarqube 10.7.x google cloud marketpalce release test schema.
1111
images:
1212
'':
1313
properties:

0 commit comments

Comments
 (0)