Support helmfile helm-charts from private repositories #31974
Replies: 2 comments 1 reply
-
Please try with |
Beta Was this translation helpful? Give feedback.
-
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.
-
Tell us more.
I am looking to utilize renovate to update my helmfile helm-chart versions as new versions are released. The feature works fine for normal
helmfile.yaml
andrepositories.yaml
config, grafana example:helmfile.yaml:
repositories.yaml
This config give me a successful run in which the renovate logs displays as follows:
My issue is, I have pulled and pushed all helm-charts used in my environment to private AWS ECR. Therefore my
helmfile.yaml
&repositories.yaml
files are not configured to be utilized as intended by renovate. Example of my current config:helmfile.yaml:
repositories.yaml:
When running renovate with this config, the logs are as follows:
It would be nice if Renovate can add a feature in the helmfile config of the
renovate.json
to specify whichregistryUrls
to use regardless of what is shown in therepositories.yaml
. I think of it as an override feature. This will allow version updates to still be detected for those who are using private repositories for open-source helm-charts.Beta Was this translation helpful? Give feedback.
All reactions