diff --git a/stable/sonarqube/Chart.yaml b/stable/sonarqube/Chart.yaml index 51fa253ab5..bc90c1f783 100644 --- a/stable/sonarqube/Chart.yaml +++ b/stable/sonarqube/Chart.yaml @@ -1,6 +1,6 @@ name: sonarqube description: Sonarqube is an open sourced code quality scanning tool -version: 0.7.2 +version: 0.7.3 appVersion: 6.7.3 keywords: - coverage diff --git a/stable/sonarqube/values.yaml b/stable/sonarqube/values.yaml index 03e12b232e..687ce86396 100644 --- a/stable/sonarqube/values.yaml +++ b/stable/sonarqube/values.yaml @@ -96,7 +96,7 @@ plugins: # ldap.url=ldaps://organization.com ## Configuration value to select database type -## Option to use "postgresql" or "mysql" database type, by default "postgresql" is choosen +## Option to use "postgresql" or "mysql" database type, by default "postgresql" is chosen ## Set the "enable" field to true of the database type you select (if you want to use internal database) and false of the one you don't select database: type: "postgresql"