Skip to content

Commit aec3cb2

Browse files
applied review feedback
1 parent 44b9f6c commit aec3cb2

File tree

4 files changed

+17
-21
lines changed

4 files changed

+17
-21
lines changed

LICENSE

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
MIT License
22

3-
Copyright for portions of this Project are held by Oteemo Inc, 2020.
4-
All other copyright for this project are held by SonarSource S.A, 2021
5-
63
Copyright (c) 2021 SonarSource S.A.
74

85
Permission is hereby granted, free of charge, to any person obtaining a copy

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
# About this Repo
1+
SonarQube Helm Chart
2+
=================
23

3-
This is the Git repo of the official SonarSource Helm Chart for SonarQube.
4-
The actual chart can be found, with additional information, in the [charts](charts/) directory.
4+
About this Repo
5+
----------------
6+
7+
This is the Git repo of the SonarSource Helm Chart for [SonarQube](https://www.sonarqube.org/).
8+
The actual chart can be found in the [charts](charts/sonarqube) directory and see the README of the chart for more information.
59

610
Have Question or Feedback?
711
--------------------------

charts/sonarqube/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ All changes to this chart will be documented in this file.
99
* updated application version to 8.8-community
1010
* improved readiness/startup and liveness probes
1111
* improved documentation
12-
* made helm chart the official sonarsource chart for SonarQube
12+
1313
## [0.9.6.2]
1414
* Change order of env variables to better support 7.9-lts
1515

charts/sonarqube/README.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
This chart bootstraps a SonarQube instance with a PostgreSQL database.
88

9+
Please note that this chart only supports SonarQube Community, Developer, and Enterprise Editions.
10+
911
## Compatibility
1012

1113
| SonarQube Version | Kubernetes Version | Helm Chart Version |
@@ -17,28 +19,21 @@ This chart bootstraps a SonarQube instance with a PostgreSQL database.
1719
To install the chart:
1820

1921
```bash
20-
helm repo add sonarsource <UNDER CONSTRUCTION>
22+
git clone https://github.com/SonarSource/helm-chart-sonarqube.git
23+
cd helm-chart-sonarqube
24+
helm dependency update
2125
kubectl create namespace sonarqube
22-
helm upgrade --install -n sonarqube sonarqube sonarsource/sonarqube
26+
helm upgrade --install -f values.yaml -n sonarqube sonarqube ./
2327
```
2428

2529
The above command deploys Sonarqube on the Kubernetes cluster in the default configuration in the sonarqube namespace. The [configuration](#configuration) section lists the parameters that can be configured during installation.
2630

2731
The default login is admin/admin.
2832

29-
### Install the chart without a chart repository
30-
31-
To install Sonarqube without a chart repository, you need to clone this repository and reference this chart locally
32-
33-
```bash
34-
git clone https://github.com/SonarSource/helm-chart-sonarqube.git
35-
cd helm-chart-sonarqube
36-
helm dependency update
37-
kubectl create namespace sonarqube
38-
helm upgrade --install -f values.yaml -n sonarqube sonarqube ./
39-
```
33+
## How to use it
4034

41-
As the other methode this will install sonarqube on the Kubernetes cluster with the default configuration in the sonarqube namespace.
35+
Take some time to read the Deploy on [SonarQube on Kubernetes](https://docs.sonarqube.org/latest/setup/sonarqube-on-kubernetes/) page.
36+
SonarQube deployment on Kubernetes has been tested with the recommendations and constraints documented there, and deployment has some limitations.
4237

4338
## Uninstalling the chart
4439

0 commit comments

Comments
 (0)