Skip to content

Commit 061dc84

Browse files
SONAR-15402 fixup to set the right image tags
1 parent f2fcab3 commit 061dc84

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/sonarqube-dce/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ The following table lists the configurable parameters of the Sonarqube chart and
114114
| Parameter | Description | Default |
115115
| --------- | ----------- | ------- |
116116
| `searchNodes.image.repository` | search image repository | `sonarqube` |
117-
| `searchNodes.image.tag` | search image tag | `9.1-datacenter-search` |
117+
| `searchNodes.image.tag` | search image tag | `9.1.0-datacenter-search` |
118118
| `searchNodes.image.pullPolicy` | search image pull policy | `IfNotPresent` |
119119
| `searchNodes.image.pullSecret` | search imagePullSecret to use for private repository | `nil` |
120120
| `searchNodes.env` | Environment variables to attach to the search pods | `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: 9.1-datacenter-search
8+
tag: 9.1.0-datacenter-search
99
pullPolicy: IfNotPresent
1010
# If using a private repository, the name of the imagePullSecret to use
1111
# pullSecret: my-repo-secret
@@ -71,7 +71,7 @@ searchNodes:
7171
ApplicationNodes:
7272
image:
7373
repository: sonarqube
74-
tag: 9.1-datacenter-app
74+
tag: 9.1.0-datacenter-app
7575
pullPolicy: IfNotPresent
7676
# If using a private repository, the name of the imagePullSecret to use
7777
# pullSecret: my-repo-secret

charts/sonarqube/README.md

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

1313
| SonarQube Version | Kubernetes Version | Helm Chart Version |
1414
|-------------------|--------------------|--------------------|
15-
| 9.0 | 1.19, 1.20, 1.21 | 1.1 |
15+
| 9.1 | 1.19, 1.20, 1.21 | 1.1 |
1616

1717
## Installing the chart
1818

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

0 commit comments

Comments
 (0)