Installing VIP Authentication Hub from your internal repository, the hazelcast image is still downloaded from Broadcom repository, and not from the local one:
- name: ssp-hazelcast-entp
image: "securityservices.packages.broadcom.com/hazelcast-enterprise:5.3.5-m13-p1"
- name: hazelcast
path: /hazelcast/health/node-state
path: /hazelcast/health/ready
The command used is:
# helm template "${RELEASENAME}" -n "${NAMESPACE}" "${HELM_REPO}/ssp" \
--set ssp.global.ssp.registry.imageRepositoryBase="server.example.com/app/securityservices.packages.broadcom.com/" \
The path is /app/securityservices.packages.broadcom.com/
At the helm command, use the --set hazelcast-enterprise.<path> like:
--set hazelcast-enterprise.test.image.repository
or
--set hazelcast-enterprise.image.repository
or
--set hazelcast-enterprise.mancenter.image.repository