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

Chart dependency with no values (sometimes) not working when using no-dependency option #116

Open
ojsef39 opened this issue Feb 20, 2025 · 0 comments

Comments

@ojsef39
Copy link

ojsef39 commented Feb 20, 2025

🚀 helm schema --no-dependencies -l trace
DEBU[2025-02-20T09:17:09+01:00] stat https:/git.dev/team1/helm-charts/team1-http-service/-/raw/7.2.0/charts/team1-http-service/values.schema.json: no such file or directory
DEBU[2025-02-20T09:17:09+01:00] stat https:/git.dev/team2/helm-charts/team2-log/-/raw/main/charts/team2-log/values.schema.json: no such file or directory
ERRO[2025-02-20T09:17:09+01:00] Found 1 errors while processing the chart team1-common (charts/team1-http-service/charts/team1-common/Chart.yaml)
ERRO[2025-02-20T09:17:09+01:00] no values file found
DEBU[2025-02-20T09:17:09+01:00] Processing result for chart: team1-traefik2 (charts/team1-http-service/charts/team1-traefik2/Chart.yaml)
DEBU[2025-02-20T09:17:09+01:00] Processing result for chart: team1-common (charts/team1-http-service/charts/team1-traefik2/charts/team1-common/Chart.yaml)
DEBU[2025-02-20T09:17:09+01:00] Processing result for chart: common (charts/team2-log/charts/common/Chart.yaml)
DEBU[2025-02-20T09:17:09+01:00] Processing result for chart: team1-http-service (charts/team1-http-service/Chart.yaml)
DEBU[2025-02-20T09:17:09+01:00] Processing result for chart: team2-chart (Chart.yaml)
DEBU[2025-02-20T09:17:09+01:00] Processing result for chart: log (charts/team2-log/Chart.yaml)
ERRO[2025-02-20T09:17:09+01:00] Execution error: some errors were found
Error: plugin "schema" exited with error

Interesting is that it works with the helm dependency filter and also that wit works in the team1-traefik2 chart, both use the same version of the common chart

🚀 helm schema -i team2-chart
~/Code/git.dev/team2/helm-charts/team2-chart/charts/team2-chart

Thank you very much for lookin into this :)

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