[Kustomize] add support for HelmChartInflationGenerator #32519
Unanswered
b-abderrahmane
asked this question in
Request Help
Replies: 1 comment
-
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:
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Tell us more.
Kustomize supports several ways of using HelmCharts, one of them that seems to be missing right in Renovate is
HelmChartInflationGenerator
You can see an example here: https://kubectl.docs.kubernetes.io/references/kustomize/builtins/#example-11
I have found this PR which makes references to HelmChartInflationGenerators in the title but It doesn't seem the like the implementation actually does that, but rather handles HelmChart references in kustomize files (which works perfectly fine)
The HelmChartInflationGenerators type provides a lot of flexibility when using helmchart in kustomize so it would be great to have it supported
Update:
Here is a link to the minimal reproduction repo.
Beta Was this translation helpful? Give feedback.
All reactions