[stable/sonarqube] Fix loadBalancerIp if statement (#7198)

* Update url in test and probes

* bump chart version

* [incubator/elastic-stack] Add fluent-bit option to elastic-stack chart

* Update requirements.lock

* [stable/sonarqube] Fix if block for loadBalancerIP
This commit is contained in:
Rob Kernick
2018-08-15 09:13:00 -07:00
committed by k8s-ci-robot
parent 2c0473f2ec
commit 6c194c638d
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.8.0
version: 0.8.1
appVersion: 6.7.3
keywords:
- coverage
+1 -1
View File
@@ -25,7 +25,7 @@ spec:
release: {{ .Release.Name }}
{{- if eq .Values.service.type "LoadBalancer"}}
loadBalancerSourceRanges: {{.Values.service.loadBalancerSourceRanges}}
{{- if .Values.service.LoadBalancerIP}}
{{- if .Values.service.loadBalancerIP}}
loadBalancerIP: {{.Values.service.loadBalancerIP}}
{{- end }}
{{- end }}