The Helm chart is referencing all images using only repository field : https://github.com/redhat-cop/vault-config-operator/blob/main/config/helmchart/templates/manager.yaml#L60
The container image reference should be composed from repository and registry part. This will enable users to define global image registry to override only the registry for all images in Helm chart. e.g. a self-hosted image registry as a proxy for all images
Implementation PR: https://github.com/redhat-cop/vault-config-operator/pull/293/files
The Helm chart is referencing all images using only repository field : https://github.com/redhat-cop/vault-config-operator/blob/main/config/helmchart/templates/manager.yaml#L60
The container image reference should be composed from repository and registry part. This will enable users to define global image registry to override only the registry for all images in Helm chart. e.g. a self-hosted image registry as a proxy for all images
Implementation PR: https://github.com/redhat-cop/vault-config-operator/pull/293/files