Skip to content

Commit

Permalink
SONAR-15402 fixup to set the right image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-trabelsi-sonarsource authored Sep 20, 2021
1 parent f2fcab3 commit 061dc84
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/sonarqube-dce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,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 | `9.1-datacenter-search` |
| `searchNodes.image.tag` | search image tag | `9.1.0-datacenter-search` |
| `searchNodes.image.pullPolicy` | search image pull policy | `IfNotPresent` |
| `searchNodes.image.pullSecret` | search imagePullSecret to use for private repository | `nil` |
| `searchNodes.env` | Environment variables to attach to the search pods | `nil` |
Expand Down
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.1-datacenter-search
tag: 9.1.0-datacenter-search
pullPolicy: IfNotPresent
# If using a private repository, the name of the imagePullSecret to use
# pullSecret: my-repo-secret
Expand Down Expand Up @@ -71,7 +71,7 @@ searchNodes:
ApplicationNodes:
image:
repository: sonarqube
tag: 9.1-datacenter-app
tag: 9.1.0-datacenter-app
pullPolicy: IfNotPresent
# If using a private repository, the name of the imagePullSecret to use
# pullSecret: my-repo-secret
Expand Down
4 changes: 2 additions & 2 deletions charts/sonarqube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Please note that this chart only supports SonarQube Community, Developer, and En

| SonarQube Version | Kubernetes Version | Helm Chart Version |
|-------------------|--------------------|--------------------|
| 9.0 | 1.19, 1.20, 1.21 | 1.1 |
| 9.1 | 1.19, 1.20, 1.21 | 1.1 |

## Installing the chart

Expand Down Expand Up @@ -123,7 +123,7 @@ The following table lists the configurable parameters of the Sonarqube chart and
| `OpenShift.enabled` | Define if this deployment is for OpenShift | `false` |
| `OpenShift.createSCC` | If this deployment is for OpenShift, define if SCC should be created for sonarqube pod | `true` |
| `image.repository` | image repository | `sonarqube` |
| `image.tag` | `sonarqube` image tag. | `9.0.1-community` |
| `image.tag` | `sonarqube` image tag. | `9.1.0-community` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.pullSecret` | imagePullSecret to use for private repository (commented out) | `my-repo-secret` |
| `securityContext.fsGroup` | Group applied to mounted directories/files | `1000` |
Expand Down

0 comments on commit 061dc84

Please sign in to comment.