Automated dependency updates. Multi-platform and multi-language.
This repository hosts Renovate's Helm charts. Chart documentation is automatically generated using helm-docs.
We test the four latest versions of Kubernetes. The general concept is that we track the versions of Kubernetes that are supported by the major cloud providers.
helm repo add renovate https://docs.renovatebot.com/helm-charts
helm repo updateUsing config from a file:
helm install --generate-name --set-file renovate.config=config.json renovate/renovateUsing config from a string:
helm install --generate-name --set renovate.config='\{\"token\":\"...\"\}' renovate/renovateNote: renovate.config must be a valid Renovate self-hosted configuration.
When using this repo locally or contributing to this repo, you will need to build the dependencies used for each helm chart. You can run the following commands to do so:
helm repo add bitnami https://charts.bitnami.com/bitnami
cd charts/renovate
helm dependency build