Is it possible to configure a remote registry with helm chart install method?

Hi guys,

I’m trying to move my gitab instance from a docker omnibus deployment to an helm chart deployment in our K8s-Cluster.
While migrating configuration options from my config.rb, I did not find any possibilities for configuring an external docker registry host via helm values. Am I missing something?
(registry_host, registry_port, registry_api_url,…)

Regards