When defining global.imageRegistry the getImageInfoByValue will override defined scoped parameters with global registry settings instead.
charts:
jfrog-platform => artifactory
global:
imageRegistry: registry.example.com
artifactory:
nginx:
image:
registry: releases-docker.jfrog.io
repository: jfrog/nginx-artifactory-pro
resulting:
kind: pod
spec:
containers:
- image: registry.example.com/jfrog/nginx-artifactory-pro:7.104.12
https://github.com/jfrog/charts/blob/master/stable/artifactory/templates/_helpers.tpl#L228