what does index .Values (printf "%sHost" .Chart.Name) return?
Below is snippet of code from a .tpl file
{{- define "mediawiki.host" -}}
{{- $host := index .Values (printf "%sHost" .Chart.Name) | default "" -}}
{{- default (include "mediawiki.serviceIP" .) $host -}}
{{- end -}}