helm-charts

Renovate

GitHub release (latest SemVer) License

Automated dependency updates. Multi-platform and multi-language.

This repository hosts Renovate’s Helm charts. Chart documentation is automatically generated using helm-docs

Add Helm repository

helm repo add renovate https://docs.renovatebot.com/helm-charts
helm repo update

Install chart

Using config from a file:

helm install --generate-name --set-file renovate.config=config.json renovate/renovate

Using config from a string:

helm install --generate-name --set renovate.config='\{\"token\":\"...\"\}' renovate/renovate

NOTE: renovate.config must be a valid Renovate self-hosted configuration