-
Notifications
You must be signed in to change notification settings - Fork 7.2k
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
Upgrading to Helm 3.16 broke dependencies references #13324
Labels
bug
Categorizes issue or PR as related to a bug.
Comments
Have same issue |
Same here, broke our entire pipeline |
We've pinned the version in our build scripts as a short-term mitigation.
|
mattfarina
added a commit
to mattfarina/helm
that referenced
this issue
Sep 12, 2024
The change in helm#11726 caused a regression where `helm dependency udpate` stopped working. The format of the internal representation of the data changed causing errors of "non-absolute URLs should be in form of repo_name/path_to_chart". See helm#13324 for more details. Since this change is in released Helm and it's a regression, reverting the original change was the fastest and safest route to deliver a fix as quickly as possible. Closes helm#13324 Signed-off-by: Matt Farina <[email protected]>
3 tasks
The PR has been created to fix the regression and it's under review. Planning an emergency release to fix the problem once the change is in. |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
running helm update with pre 3.16 depenencies list starting to fail due to malformed download URLs.
Example command
Example Chart.yaml snippet
Output of
helm version
:Output of
kubectl version
:Cloud Provider/Platform (AKS, GKE, Minikube etc.):
Helm template locally
The text was updated successfully, but these errors were encountered: