mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* fix for #6039 * chart version bump * fix error introduced by PR #6042
This commit is contained in:
committed by
k8s-ci-robot
parent
eca5818129
commit
4fcddd667b
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user