Add to kustomize
manager a raw.githubusercontent.com
source
#34471
Replies: 2 comments
-
If I am pointed in the right direction on how to contribute, I could try to help? I think if I understand this right, it would just require making something akin to lib/modules/manager/kustomize/extract.ts:65 |
Beta Was this translation helpful? Give feedback.
-
Hi there, Please help this Discussion progress 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:
If you need help with running renovate on your minimal reproduction repository, please refer to our Running Renovate guide. The Renovate team |
Beta Was this translation helpful? Give feedback.
-
Tell us more.
I was perusing the kustomize manager code and I believe that
raw.githubusercontent.com
is missing as a possible sourcehttps://github.com/renovatebot/renovate/blob/main/lib/modules/manager/kustomize/extract.ts
I struggle to see how to contribute it to renovate, but this is working for me ok, and I think it would be nice to upstream it.
As a usage reference —to motivate the request— this is how ArgoCD does their references on kustomize, source
kustomization.yaml
I believe other managers implement
raw.githubusercontent.com
, so it wouldn't be far-off to implement it as part of thekustomize
manager, it seems reasonable given usageBeta Was this translation helpful? Give feedback.
All reactions