-
Notifications
You must be signed in to change notification settings - Fork 6.4k
fix: helm GetTags cache writing #23865
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: helm GetTags cache writing #23865
Conversation
Signed-off-by: Matthew Clarke <mclarke@spotify.com>
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
a0674e3
to
22c9737
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #23865 +/- ##
=========================================
Coverage ? 60.14%
=========================================
Files ? 346
Lines ? 59252
Branches ? 0
=========================================
Hits ? 35635
Misses ? 20746
Partials ? 2871 ☔ 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
@blakepettersson thanks! could you merge? |
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!
/cherry-pick release-3.1 |
/cherry-pick release-3.0 |
Signed-off-by: Matthew Clarke <mclarke@spotify.com> Co-authored-by: Linghao Su <linghao.su@daocloud.io>
/cherry-pick release-2.14 |
Signed-off-by: Matthew Clarke <mclarke@spotify.com> Co-authored-by: Linghao Su <linghao.su@daocloud.io>
Signed-off-by: Matthew Clarke <mclarke@spotify.com> Co-authored-by: Linghao Su <linghao.su@daocloud.io>
Signed-off-by: Matthew Clarke <mclarke@spotify.com> Co-authored-by: Linghao Su <linghao.su@daocloud.io> Signed-off-by: enneitex <etienne.divet@gmail.com>
Signed-off-by: Matthew Clarke <mclarke@spotify.com> Co-authored-by: Linghao Su <linghao.su@daocloud.io>
If you use version wilcards and an OCI helm chart the repo server will lookup the tag cache, but it will never write the values.
Fixes #21075
Checklist:
I've updated both the CLI and UI to expose my feature, or I plan to submit a second PR with them.Does this PR require documentation updates?I've updated documentation as required by this PR.My new feature complies with the feature status guidelines.