# export SA_FQDN="vip.example.com"
# helm install "${RELEASENAME}-sample" -n "${NAMESPACE}" "${HELM_REPO}/ssp-sample-app" \
--dry-run \
--version "3.2.0+1930" \
--set sspReleaseName="${RELEASENAME}" \
--set global.registry.existingSecrets[0].name="${SECRET}" \
--set global.registry.imageRepositoryBase="app.example.org/viph/securityservices.packages.example.com/" \
--set ingress.host="${SA_FQDN}" \
--set ingress.tls.host="${SA_FQDN}" \
--set ingress.tls.secretName=ssp-general-tls \
--set global.securityContext.fsGroup=${SSP_FSGROUP} \
--set global.securityContext.runAsGroup=${SSP_GID} \
--set global.securityContext.runAsUser=${SSP_UID} \
-f values_sample_app.yaml
Error: INSTALLATION FAILED: template: ssp-sample-app/templates/ingress.yaml:143:8: executing "ingress.os.routes" at <include "additionalLabels" .>: error calling include: template: ssp-sample-app/templates/_helpers.tpl:295:17: executing "additionalLabels" at <.Values.global>: nil pointer evaluating interface {}.global
Upgrade VIP Authentication Hub to the version 3.3 to fix this issue.