-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
fix: Added missing 'alias:' prefix for repository name (#15563) #15902
Conversation
https://helm.sh/docs/chart_best_practices/dependencies/#repository-urls Signed-off-by: ffppmm <[email protected]> Signed-off-by: ffppmm <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #15902 +/- ##
=======================================
Coverage 49.55% 49.56%
=======================================
Files 269 269
Lines 47245 47249 +4
=======================================
+ Hits 23413 23417 +4
Misses 21532 21532
Partials 2300 2300 ☔ View full report in Codecov by Sentry. |
Can somebody help me why 'Integration tests / Run end-to-end tests (v1.26.9)' is failing? Regards Philipp |
SRY works now 😄 |
Hi, could anybody take a look at my request, I think this is a good addition to use alias and @ for repository dependency. Is there anything missing that I have to provide for getting my request merged? Regards Philipp |
Can someone please review the PR ? It is a blocker for all charts with alias dependencies. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @ffppmm for raising the PR. LGTM!!
Hi, Regards Philipp |
When can we expect this to be released ? |
/cherry-pick release-2.9 |
…15902) (#16535) Co-authored-by: ffppmm <[email protected]>
Hi, will this be in the current 2.10 Release? Regards Philipp |
…rgoproj#15902) Signed-off-by: Kevin Lyda <[email protected]>
Fixes #15563
Checklist:
Added missing 'alias:' prefix for repository name as described here:
https://helm.sh/docs/chart_best_practices/dependencies/#repository-urls