From 5c4b18baaa72ca11001a7bef45c350655dfea8f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Besan=C3=A7on?= Date: Mon, 24 Jun 2019 15:33:57 +0200 Subject: [PATCH] [stable/sonarqube] "tls" expect an array not a hash (#14812) * "tls" expect an array not a hash Signed-off-by: BESANCON Vincent * Bump version Signed-off-by: BESANCON Vincent * Document ingress.tls in README Signed-off-by: BESANCON Vincent --- stable/sonarqube/Chart.yaml | 2 +- stable/sonarqube/README.md | 3 ++- stable/sonarqube/values.yaml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/stable/sonarqube/Chart.yaml b/stable/sonarqube/Chart.yaml index 9a17d407f89b..c64a373622f5 100644 --- a/stable/sonarqube/Chart.yaml +++ b/stable/sonarqube/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: sonarqube description: Sonarqube is an open sourced code quality scanning tool -version: 2.0.0 +version: 2.0.1 appVersion: 7.7 keywords: - coverage diff --git a/stable/sonarqube/README.md b/stable/sonarqube/README.md index b5a3d4517a13..ff23e0d716dd 100644 --- a/stable/sonarqube/README.md +++ b/stable/sonarqube/README.md @@ -49,6 +49,7 @@ The following table lists the configurable parameters of the Sonarqube chart and | `ingress.labels` | Ingress additional labels | `{}` | | `ingress.hosts[0].name` | Hostname to your SonarQube installation | `sonar.organization.com` | | `ingress.hosts[0].path` | Path within the URL structure | / | +| `ingress.tls` | Ingress secrets for TLS certificates | `[]` | | `livenessProbe.sonarWebContext` | SonarQube web context for livenessProbe | / | | `readinessProbe.sonarWebContext` | SonarQube web context for readinessProbe | / | | `service.type` | Kubernetes service type | `LoadBalancer` | @@ -126,4 +127,4 @@ In environments with air-gapped setup, especially with internal tooling (repos) ## Enable to override the default cacerts with your own one enabled: false secretName: my-cacerts - ``` \ No newline at end of file + ``` diff --git a/stable/sonarqube/values.yaml b/stable/sonarqube/values.yaml index 5a728094f36d..a82b28dfb04e 100755 --- a/stable/sonarqube/values.yaml +++ b/stable/sonarqube/values.yaml @@ -43,7 +43,7 @@ ingress: # labels: # traffic-type: external # traffic-type: internal - tls: {} + tls: [] # Secrets must be manually created in the namespace. # - secretName: chart-example-tls # hosts: