-
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: cache helm-index in Redis cluster (#12314) #19530
fix: cache helm-index in Redis cluster (#12314) #19530
Conversation
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
a26c2eb
to
eabd5c2
Compare
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.
Needs some testing but looks good. I'll try to run through it.
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.
LGTM
Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
eabd5c2
to
0fd1f27
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #19530 +/- ##
=========================================
Coverage ? 55.88%
=========================================
Files ? 316
Lines ? 43790
Branches ? 0
=========================================
Hits ? 24474
Misses ? 16765
Partials ? 2551 ☔ View full report in Codecov by Sentry. |
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.
LGTM, thanks!
@crenshaw-dev PTAL |
Signed-off-by: Dan Garfield <dan@codefresh.io>
Fix order Signed-off-by: Dan Garfield <dan@codefresh.io>
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.
LGTM
* fix: cache helm-index in Redis cluster Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com> * Update repository.go Fix order Signed-off-by: Dan Garfield <dan@codefresh.io> --------- Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com> Signed-off-by: Dan Garfield <dan@codefresh.io> Co-authored-by: Dan Garfield <dan@codefresh.io> Signed-off-by: ashutosh16 <ashutosh_singh@intuit.com>
* fix: cache helm-index in Redis cluster Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com> * Update repository.go Fix order Signed-off-by: Dan Garfield <dan@codefresh.io> --------- Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com> Signed-off-by: Dan Garfield <dan@codefresh.io> Co-authored-by: Dan Garfield <dan@codefresh.io>
I think we are hitting this. What release is this being placed in? Was this cherry picked to older versions? |
I see the change in the 2.13 branch but not the 2.12 release branch. It would be nice to cherry pick that into 2.12. |
Fixes #12314 that use the Redis cluster as the helm index.yaml cache as well.
Checklist: