-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
helm chart: Fix broken logo #2651
Conversation
The log has moved, so Chart.yaml logo is incorrect. This causes tools like CNCF Artifact Hub to fail displaying the logo.
Codecov Report
@@ Coverage Diff @@
## master #2651 +/- ##
==========================================
- Coverage 61.22% 61.18% -0.05%
==========================================
Files 172 172
Lines 13360 13360
==========================================
- Hits 8180 8174 -6
- Misses 4431 4438 +7
+ Partials 749 748 -1
|
Thanks @scottrigby! Could you also bump the loki-stack chart patch version too? |
@slim-bean sure, do you want that as a separate PR? |
same PR, thanks! |
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.
You'll also need to bump the umbrella chart loki-stack.
This issue has been automatically marked as stale because it has not had any activity in the past 30 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
* Fix broken logo The log has moved, so Chart.yaml logo is incorrect. This causes tools like CNCF Artifact Hub to fail displaying the logo. * Update all logos. Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com> Co-authored-by: Cyril Tovena <cyril.tovena@gmail.com>
What this PR does / why we need it:
The log has moved, so Chart.yaml logo is incorrect. This causes tools like CNCF Artifact Hub to fail displaying the logo.
Which issue(s) this PR fixes:
Fixes #Special notes for your reviewer:
Similar to #2385
Checklist
- [ ] Documentation added- [ ] Tests updated