suse-edge / edge-image-builder

Tool for creating and configuring a set of images to automate the deployment of Edge environments
Apache License 2.0
55 stars 28 forks source link

How to handle duplicate helm chart with different valuesfile #606

Open erpz22 opened 3 weeks ago

erpz22 commented 3 weeks ago

EIB not support duplicate chart name currently, but no document for how to handle follow cases:

  1. Different repositories with same chart name.
  2. Same chart but want to use it with different valuesfile.

It does not make sense to rebuild a chart which add more external effort to maintain it.

Any suggestions?

jdob commented 1 week ago

Can you provide a bit more information on the use case and why this would be needed?

agracey commented 3 days ago

One of the use cases for the first issue that I've run into is that both the operator chart and the UI extension chart for elemental are just called "elemental" which means that I can't install them at the same time without cloning the chart and renaming it

jdob commented 3 days ago

Oh crap, yeah, I forgot to come back here. We spoke about it and I see a few real use cases, one of which is what Andrew pointed out.