Missing -alpha suffix when running on Jenkins X

One more thing, when running this Helm Chart locally using minikube everything looks good, the -alpha suffix is in place. I’m using the below values.yaml

fullnameOverride: intouch-dgraph
ratel:
  enabled: false
alpha:
  initContainers:
    init:
      enabled: true

with command:

helm install dgraph/dgraph -n intouch-dgraph --values ./test/values.yaml

So I assume something is wrong with _helpers.tpl after this section

{{/*
Return the proper image name (for the metrics image)
*/}}

And I’m using Helm 2.x

Client: &version.Version{SemVer:"v2.17.0", GitCommit:"a690bad98af45b015bd3da1a41f6218b1a451dbe", GitTreeState:"clean"}