Fixes error introduced by #6042 (#6104)

* fix for #6039

* chart version bump

* fix error introduced by PR #6042
This commit is contained in:
Johannes Brunswicker
2018-06-14 05:14:27 -07:00
committed by k8s-ci-robot
parent eca5818129
commit 4fcddd667b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: sonarqube
description: Sonarqube is an open sourced code quality scanning tool
version: 0.7.1
version: 0.7.2
appVersion: 6.7.3
keywords:
- coverage
+1 -1
View File
@@ -93,7 +93,7 @@ spec:
{{- if eq .Values.database.type "postgresql" }}
value: "jdbc:postgresql://{{ template "postgresql.hostname" . }}:{{- .Values.postgresql.service.port -}}/{{- .Values.postgresql.postgresDatabase -}}"
{{- else if eq .Values.database.type "mysql" }}
value: "jdbc:mysql://{{ template "mysql.hostname" . }}-mysql:{{ .Values.mysql.service.port }}/{{ .Values.mysql.mysqlDatabase }}?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true"
value: "jdbc:mysql://{{ template "mysql.hostname" . }}:{{ .Values.mysql.service.port }}/{{ .Values.mysql.mysqlDatabase }}?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true"
{{- end }}
livenessProbe:
httpGet: