Skip to content

Commit

Permalink
NO-JIRA Test helm charts against the latest SQ image under development
Browse files Browse the repository at this point in the history
  • Loading branch information
carminevassallo committed Jan 18, 2024
1 parent 580313d commit 84fc3b1
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 13 deletions.
1 change: 1 addition & 0 deletions charts/sonarqube-dce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ All changes to this chart will be documented in this file.
* Run the initSysctl init-container as root to prevent 'permission denied' issues
* Add revisionHistoryLimit configuration for SonarQube application Deployment ReplicaSets
* Update the security contexts to use root as group ID
* Change the compatible SonarQube version to 10.4.0

## [10.3.0]
* Upgrade SonarQube to 10.3.0
Expand Down
8 changes: 5 additions & 3 deletions charts/sonarqube-dce/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: sonarqube-dce
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.
type: application
version: 10.4.0
appVersion: 10.3.0
appVersion: 10.4.0
keywords:
- coverage
- security
Expand Down Expand Up @@ -37,6 +37,8 @@ annotations:
description: "Add revisionHistoryLimit configuration for SonarQube application Deployment ReplicaSets"
- kind: changed
description: "Update the security contexts to use root as group ID"
- kind: changed
description: "Change the compatible SonarQube version to 10.4.0"
artifacthub.io/links: |
- name: support
url: https://community.sonarsource.com/
Expand All @@ -45,9 +47,9 @@ annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube-app
image: sonarqube:10.3.0-datacenter-app
image: sonarqube:10.4.0-datacenter-app
- name: sonarqube-search
image: sonarqube:10.3.0-datacenter-search
image: sonarqube:10.4.0-datacenter-search
dependencies:
- name: postgresql
version: 10.15.0
Expand Down
6 changes: 3 additions & 3 deletions charts/sonarqube-dce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Please note that this chart does NOT support SonarQube Community, Developer, and

## Compatibility

Compatible SonarQube Version: `10.3.0`
Compatible SonarQube Version: `10.4.0`

Supported Kubernetes Versions: From `1.24` to `1.28`

Expand Down Expand Up @@ -175,7 +175,7 @@ The following table lists the configurable parameters of the SonarQube chart and
| Parameter | Description | Default |
| --------------------------------------------------------- | ------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| `searchNodes.image.repository` | search image repository | `sonarqube` |
| `searchNodes.image.tag` | search image tag | `10.3.0-datacenter-search` |
| `searchNodes.image.tag` | search image tag | `10.4.0-datacenter-search` |
| `searchNodes.image.pullPolicy` | search image pull policy | `IfNotPresent` |
| `searchNodes.image.pullSecret` | (DEPRECATED) search imagePullSecret to use for private repository | `nil` |
| `searchNodes.image.pullSecrets` | search imagePullSecrets to use for private repository | `nil` |
Expand Down Expand Up @@ -224,7 +224,7 @@ The following table lists the configurable parameters of the SonarQube chart and
| Parameter | Description | Default |
| ---------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| `ApplicationNodes.image.repository` | app image repository | `sonarqube` |
| `ApplicationNodes.image.tag` | app image tag | `10.3.0-datacenter-app` |
| `ApplicationNodes.image.tag` | app image tag | `10.4.0-datacenter-app` |
| `ApplicationNodes.image.pullPolicy` | app image pull policy | `IfNotPresent` |
| `ApplicationNodes.image.pullSecret` | (DEPRECATED) app imagePullSecret to use for private repository | `nil` |
| `ApplicationNodes.image.pullSecrets` | app imagePullSecrets to use for private repository | `nil` |
Expand Down
2 changes: 2 additions & 0 deletions charts/sonarqube-dce/ci/cirrus-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
searchNodes:
replicaCount: 1
image:
repository: "sonarsource/sonarqube"
pullSecrets:
- name: pullsecret

ApplicationNodes:
replicaCount: 1
jwtSecret: "mnGBJtmwRbIREqy3vSw6Cinoi2WEom9JH+iw/tXOJX4="
image:
repository: "sonarsource/sonarqube"
pullSecrets:
- name: pullsecret
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: 10.3.0-datacenter-search
tag: 10.4.0-datacenter-search
pullPolicy: IfNotPresent
# If using a private repository, the imagePullSecrets to use
# pullSecrets:
Expand Down Expand Up @@ -138,7 +138,7 @@ searchNodes:
ApplicationNodes:
image:
repository: sonarqube
tag: 10.3.0-datacenter-app
tag: 10.4.0-datacenter-app
pullPolicy: IfNotPresent
# If using a private repository, the imagePullSecrets to use
# pullSecrets:
Expand Down
1 change: 1 addition & 0 deletions charts/sonarqube/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ All changes to this chart will be documented in this file.
* Run the initSysctl init-container as root to prevent 'permission denied' issues
* Add revisionHistoryLimit configuration for SonarQube application Deployment ReplicaSets & StatefulSets
* Update the security contexts to use root as group ID
* Change the compatible SonarQube version to 10.4.0

## [10.3.0]
* Upgrade SonarQube to 10.3.0
Expand Down
6 changes: 4 additions & 2 deletions charts/sonarqube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: sonarqube
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.
type: application
version: 10.4.0
appVersion: 10.3.0
appVersion: 10.4.0
keywords:
- coverage
- security
Expand Down Expand Up @@ -42,10 +42,12 @@ annotations:
description: "Add revisionHistoryLimit configuration for SonarQube application Deployment ReplicaSets & StatefulSets"
- kind: changed
description: "Update the security contexts to use root as group ID"
- kind: changed
description: "Change the compatible SonarQube version to 10.4.0"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube
image: sonarqube:10.3.0-community
image: sonarqube:10.4.0-community
dependencies:
- name: postgresql
version: 10.15.0
Expand Down
4 changes: 2 additions & 2 deletions charts/sonarqube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Please note that this chart only supports SonarQube Community, Developer, and En

## Compatibility

Compatible SonarQube Version: `10.3.0`
Compatible SonarQube Version: `10.4.0`

Supported Kubernetes Versions: From `1.24` to `1.28`

Expand Down Expand Up @@ -214,7 +214,7 @@ The following table lists the configurable parameters of the SonarQube chart and
| Parameter | Description | Default |
| ------------------- | ---------------------------------------------------------- | ------------------------------ |
| `image.repository` | image repository | `sonarqube` |
| `image.tag` | `sonarqube` image tag. | `10.3.0-{{ .Values.edition }}` |
| `image.tag` | `sonarqube` image tag. | `10.4.0-{{ .Values.edition }}` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.pullSecret` | (DEPRECATED) imagePullSecret to use for private repository | `None` |
| `image.pullSecrets` | imagePullSecrets to use for private repository | `None` |
Expand Down
1 change: 1 addition & 0 deletions charts/sonarqube/ci/cirrus-values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
image:
pullSecrets:
- name: pullsecret
repository: "sonarsource/sonarqube"
2 changes: 1 addition & 1 deletion charts/sonarqube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ edition: "community"

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

0 comments on commit 84fc3b1

Please sign in to comment.