-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat(manager/kubernetes): only extract valid images #31618
Conversation
b4eeddf
to
5172de5
Compare
Signed-off-by: GitHub <[email protected]>
Head branch was pushed to by a user without write access
@viceice I addressed the requested change. Can you please review again? Thank you |
Hi there, You are using Good luck, The Renovate team |
🎉 This PR is included in version 38.101.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Changes
The Kubernetes manager now only extract valid images.
It uses the Docker implementation of the OCI spec: https://github.com/distribution/reference/blob/v0.6.0/regexp.go.
Extracted & converted with https://go.dev/play/p/ZwF3vvRD9Rs.
Context
I had some gotemplates in my yaml files and did not want the kubernetes manager to extract images with these templates.
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via: