Support other parameters in kustomize URLs #31064
Replies: 3 comments 1 reply
-
Hi there, Get your discussion fixed faster by creating a minimal reproduction. This means a repository dedicated to reproducing this issue with the minimal dependencies and config possible. Before we start working on your issue we need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. Discussions without reproductions are less likely to be converted to Issues. Please follow these steps:
Good luck, The Renovate team |
Beta Was this translation helpful? Give feedback.
-
Please take a look at the reproduction template linked above, particularly the README explaining what the repo is demonstrating |
Beta Was this translation helpful? Give feedback.
-
Converted to issue: #31120 |
Beta Was this translation helpful? Give feedback.
-
What would you like help with?
I think I found a bug
How are you running Renovate?
Mend Renovate hosted app on github.com
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
No response
Please tell us more about your question or problem
Remote targets in kustomize support multiple query parameters:
ref
- agit fetch
-able ref, typically a branch, tag, or full commit hash(short hashes are not supported)
version
- same asref
. Ifref
is provided, this is ignored.timeout
(default27s
) - a number in seconds, or a go duration. specifiesthe timeout for fetching the resource
submodules
(defaulttrue
) - a boolean specifying whether to clonesubmodules or not
There are a few issues:
ref
, renovate doesn't workversion
is not treated asref
ref
, renovate deletes them in the updateReproduction here https://github.com/lucacome/renovate-kustomize-remote
PR from renovate https://github.com/lucacome/renovate-kustomize-remote/pull/1/files
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions