Joxit / helm-charts

Official Helm Chart Repository for Joxit Applications
https://helm.joxit.dev/
MIT License
12 stars 7 forks source link

Adding Extra Env option for Registry #4

Closed jmcgrath207 closed 2 years ago

jmcgrath207 commented 2 years ago

The goal of this PR is to allow users to add registry environment

registry:
  enabled: true
  # https://docs.docker.com/registry/configuration/#override-specific-configuration-options
  extraEnv:
    - name: REGISTRY_DELETE_ENABLED
      value: true
Joxit commented 2 years ago

Hi, thank you for using my project and your contribution :smile:

Can you update the readme and add a line for this new option ? https://github.com/Joxit/helm-charts/blob/24d6a9a2d6512ebd3ee369cf5991a1e13a57ab80/charts/docker-registry-ui/README.md?plain=1#L90-L91 If you can't update the README, can reset the version of the chart ? (move from 0.4.1 to 0.4.0)

jmcgrath207 commented 2 years ago

Np, I went ahead and updated the README