docker-registry.helm icon indicating copy to clipboard operation
docker-registry.helm copied to clipboard

Add support for storage.redirect.disable=true

Open FredNass opened this issue 2 years ago • 2 comments

Hello,

Thank you for providing this Helm Chart to the community. We'd like to see support for storage.redirect.disable=true as it would help in situations where S3 storage is not directly accessible to clients. Sorry for not providing the PR as it's a little beyond my skills.

FredNass avatar Jan 10 '23 07:01 FredNass

Workaround

In your local config:

docker-registry:
  configData:
    storage:
      redirect:
        disable: true

0xDEC0DE avatar Feb 02 '23 03:02 0xDEC0DE

Yes we found out and it works as expected. Thing is it involves a post-install manual configuration when it could we be managed during the Helm installation. Not a big issue on our side since we made a new Helm Chart (depending on twuni's) and use these settings in its values.yaml but what if not...

FredNass avatar Feb 02 '23 07:02 FredNass