-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
kustomize 5.0.2 breaks helmCharts w/ chartHome #5163
Comments
This issue is currently awaiting triage. SIG CLI takes a lead on issue triage for this repo, but any Kubernetes member can accept issues by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Actually, I am not able to reproduce the issue here. Could you provide perhaps a sample directory with your charts that reproduces the issue? Here is what I tried:
Edited to add: Ah, I can now reproduce the issue if I include a version number. Digging further into it. |
So it seems that #4999 introduced a breaking change that expects a different chartHome directory structure than previously. This does not affect users who are using remote charts, but it does impact users with existing local charts as they would be required to restructure their local charts. Apologies @dlish, but given that this is a substantial breaking change I think the best course of action would be to revert #4999, re-release kustomize, and reintroduce your change again later while ensuring that it does not require users with local charts to change their existing directory structure. This is a rather unfortunate reflection that our e2e tests have gaps in coverage and we should try to cover the gaps as much as we can. |
Reverted. |
Kustomize v5.0.2 breaks helmCharts with chartHome option. This commit updates the version to address the issue. More context: kubernetes-sigs/kustomize#5163
Kustomize v5.0.2 breaks helmCharts with chartHome option. This commit updates the version to address the issue. More context: kubernetes-sigs/kustomize#5163
…ols#585) Kustomize v5.0.2 breaks helmCharts with chartHome option. This commit updates the version to address the issue. More context: kubernetes-sigs/kustomize#5163
Kustomize v5.0.2 breaks helmCharts with chartHome option. This commit updates the version to address the issue. More context: kubernetes-sigs/kustomize#5163
fix kubernetes-sigs#5163 Signed-off-by: Ardika Bagus <me@ardikabs.com>
fix kubernetes-sigs#5163 Signed-off-by: Ardika Bagus <me@ardikabs.com>
fix kubernetes-sigs#5163 Signed-off-by: Ardika Bagus <me@ardikabs.com>
fix kubernetes-sigs#5163 Signed-off-by: Ardika Bagus <me@ardikabs.com>
fix kubernetes-sigs#5163 Signed-off-by: Ardika Bagus <me@ardikabs.com>
fix kubernetes-sigs#5163 Signed-off-by: Ardika Bagus <me@ardikabs.com>
fix kubernetes-sigs#5163 Signed-off-by: Ardika Bagus <me@ardikabs.com>
What happened?
Upgrading to 5.0.2 breaks helmCharts + chartHome. (which works fine in 5.0.1)
steps to reproduce:
What did you expect to happen?
kustomize build succeeds.
How can we reproduce it (as minimally and precisely as possible)?
Expected output
Actual output
Kustomize version
5.0.2
Operating system
Linux
The text was updated successfully, but these errors were encountered: