Support kustomize URL parameters #31120
Labels
manager:kustomize
Kustomize manager
priority-3-medium
Default priority, "should be done" but isn't prioritised ahead of others
type:feature
Feature (new functionality)
Discussed in #31064
Originally posted by lucacome August 28, 2024
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
Reproduction forked to https://github.com/renovate-reproductions/31064
The text was updated successfully, but these errors were encountered: