Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Support global.imageRegistry #720

Closed
vpartington opened this issue Jul 10, 2020 · 7 comments
Closed

Support global.imageRegistry #720

vpartington opened this issue Jul 10, 2020 · 7 comments
Labels
enhancement New feature or request triage/stale

Comments

@vpartington
Copy link

Describe the feature:

Many Helm charts allow the image registry to be configured globally, most through a value called global.imageRegistry:

https://github.com/bitnami/charts/blob/master/bitnami/postgresql/values.yaml#L7
https://github.com/bitnami/charts/blob/master/bitnami/kafka/values.yaml#L7
https://github.com/helm/charts/pull/8465/files

Describe a specific use case for the feature:

When deploying a Helm chart, especially one with a lot of dependencies, on EKS or AKS I'd like to configure my pods so that they get their images from an ECR or ACR instance close to my K8s cluster. This improves startup time of my pods (e.g. when scaling out) and reduces the dependency on remote resources (docker.io, quay,io, etc.).

This is also a common thing with Bitnami charts:
https://docs.bitnami.com/aws/get-started-charts-eks-marketplace/

For the chart that we publish, we've created a script to copy all images used by the chart to a configurable image registry:
https://github.com/StackVista/helm-charts/blob/master/stable/stackstate/installation/copy_images.sh

We use ElastichSearch and we have forked the chart to add this capability, but I'd rather integrate that functionality into the main branch:
https://github.com/StackVista/helm-charts/tree/master/stable/elasticsearch
https://github.com/StackVista/helm-charts/blob/master/stable/elasticsearch/templates/_helpers.tpl#L30

I can certainly make a PR (that is backwards compatible). Before I do, I'd like to get the feedback/input from the other users of this chart.

Regards, Vincent.

@jmlrt
Copy link
Member

jmlrt commented Jul 13, 2020

Hi @vpartington,
I'm not sure to get the point of this global.imageRegistry value. You already can use the image value for that:

image: "docker.elastic.co/elasticsearch/elasticsearch"

If you are copying docker.elastic.co/elasticsearch/elasticsearch:7.6.2 Docker image to your ECR registry, you just need to override this value with <ECR registry host>/elasticsearch/elasticsearch

@botelastic
Copy link

botelastic bot commented Oct 11, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@ebuildy
Copy link
Contributor

ebuildy commented Oct 20, 2020

@botelastic botelastic bot removed the triage/stale label Oct 20, 2020
@mot256
Copy link

mot256 commented Dec 7, 2020

Yes most charts now use the global.imageRegistry value to refer to the commonly used registry. This way you can set only one registry value used by all sub-charts (useful when scenarios where a public registry is not used). If you there is no "global" value, you have to set the registry for each sub-chart of an umbrella chart, and that could be very tedious, especially if you have many sub-charts.

@jmlrt jmlrt added the enhancement New feature or request label Dec 23, 2020
@jmlrt
Copy link
Member

jmlrt commented Dec 23, 2020

OK that make sense for umbrella charts.
PR is welcome to implement global.imageRegistry in a backward compatible way.
Not that this should be added to all charts or none for consistency.

@botelastic
Copy link

botelastic bot commented Mar 23, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@botelastic
Copy link

botelastic bot commented Apr 22, 2021

This issue has been automatically closed because it has not had recent activity since being marked as stale.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request triage/stale
Projects
None yet
Development

No branches or pull requests

4 participants