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

import-values has no effect when importing the same subchart multiple times #13025

Open
gMoellemann opened this issue May 10, 2024 · 0 comments

Comments

@gMoellemann
Copy link

gMoellemann commented May 10, 2024

I have a library chart lib-chart, a subchart sub-chart and a main chart main-chart.

sub-chart has a dependency to lib-chart and imports some values from there.
Now, when I use sub-chart as a dependency in main-chart multiple times, the import of the lib-chart values happens only for the first of the sub-charts. All other sub-charts have empty values.

The structure looks like this

main-chart
 |- sub-chart          <- import-values works
     |- lib-chart
 |- sub-chart          <- import-values has no effect
     |- lib-chart
 |- sub-chart          <- import-values has no effect
     |- lib-chart

Output of helm version:

version.BuildInfo{Version:"v3.14.4", GitCommit:"81c902a123462fd4052bc5e9aa9c513c4c8fc142", GitTreeState:"clean", GoVersion:"go1.22.2"}

Output of kubectl version:

Client Version: v1.30.0
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.29.2

Cloud Provider/Platform (AKS, GKE, Minikube etc.):

kubeadm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant