From 2decc92e1eb34cc8a44a6d07ab622819eaa5f58a Mon Sep 17 00:00:00 2001 From: max8899 Date: Tue, 3 Jul 2018 22:00:23 +0800 Subject: [PATCH] fix typo (#6393) * fix typo choosen -> chosen * Update Chart.yaml --- stable/sonarqube/Chart.yaml | 2 +- stable/sonarqube/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"