helm-values manager with custom keys? #33808
Unanswered
justyns
asked this question in
Request Help
Replies: 1 comment 1 reply
-
this will probably possible soon with the jsonata custom manager. it'll first only support json files, but we'll add yaml directly afterwards |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
bitbucket, helm
Please tell us more about your question or problem
The helm-values manager supports values files like this, along with a couple other variations:
I want to update the version in a yaml that looks more like this:
I can mostly get this working using a custom regex manager, but it has some limitations in that the regex is finicky if there are any other keys in between serviceA: and serviceVersion:, like this:
This might be a feature request, but is it possible to use the helm-values manager and have it look for specific keys instead of the current image.tag/etc? If not, is there another manager that can parse a yaml file and then change values based on the yaml jsonpath-equivalent?
Note: I know another option is to add a comment above the serviceVersion line and have the regex manager look at it, but I'm hoping to avoid that route if possible
Logs (if relevant)
No response
Beta Was this translation helpful? Give feedback.
All reactions