Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to handle duplicate helm chart with different valuesfile #606

Open
erpz22 opened this issue Nov 8, 2024 · 3 comments
Open

How to handle duplicate helm chart with different valuesfile #606

erpz22 opened this issue Nov 8, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@erpz22
Copy link

erpz22 commented Nov 8, 2024

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
Copy link
Contributor

jdob commented Nov 22, 2024

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

@jdob jdob added enhancement New feature or request question Further information is requested labels Nov 22, 2024
@agracey
Copy link

agracey commented Nov 25, 2024

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
Copy link
Contributor

jdob commented Nov 26, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants