diff --git a/stable/suitecrm/Chart.yaml b/stable/suitecrm/Chart.yaml index 8afdec8541..fcc349f811 100644 --- a/stable/suitecrm/Chart.yaml +++ b/stable/suitecrm/Chart.yaml @@ -1,5 +1,5 @@ name: suitecrm -version: 5.0.0 +version: 5.0.1 appVersion: 7.10.10 description: SuiteCRM is a completely open source enterprise-grade Customer Relationship Management (CRM) application. SuiteCRM is a software fork of the popular customer relationship management (CRM) system SugarCRM. keywords: diff --git a/stable/suitecrm/templates/_helpers.tpl b/stable/suitecrm/templates/_helpers.tpl index fea5e30a30..14c15384c2 100644 --- a/stable/suitecrm/templates/_helpers.tpl +++ b/stable/suitecrm/templates/_helpers.tpl @@ -31,7 +31,7 @@ Note, returns 127.0.0.1 if using ClusterIP. {{- if eq .Values.service.type "ClusterIP" -}} 127.0.0.1 {{- else -}} -{{- index .Values (printf "%sLoadBalancerIP" .Chart.Name) | default "" -}} +{{- .Values.service.loadBalancerIP | default "" -}} {{- end -}} {{- end -}}