https://github.com/renovatebot/helm-charts
https://github.com/renovatebot/helm-charts
chart helm helm-chart helm-charts renovate
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/renovatebot/helm-charts
- Owner: renovatebot
- License: agpl-3.0
- Created: 2020-03-21T07:39:09.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2026-05-30T07:28:40.000Z (about 1 month ago)
- Last Synced: 2026-05-30T09:13:16.228Z (about 1 month ago)
- Topics: chart, helm, helm-chart, helm-charts, renovate
- Language: Mustache
- Homepage: https://docs.renovatebot.com/helm-charts
- Size: 16.5 MB
- Stars: 138
- Watchers: 3
- Forks: 82
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Renovate
[](https://github.com/renovatebot/helm-charts/releases/latest)
[](https://opensource.org/licenses/AGPL-3.0)
Automated dependency updates.
Multi-platform and multi-language.
This repository hosts Renovate's [Helm](https://helm.sh) charts.
Chart documentation is automatically generated using [helm-docs](https://github.com/norwoodj/helm-docs).
## Kubernetes version support
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.
- [Amazon Elastic Kubernetes Service (Amazon EKS)](https://endoflife.date/amazon-eks)
- [Azure Kubernetes Service (AKS)](https://endoflife.date/azure-kubernetes-service)
- [Google Kubernetes Engine (GKE)](https://endoflife.date/google-kubernetes-engine)
## Install chart
Using config from a file:
```bash
helm install --generate-name --set-file renovate.config=config.json oci://ghcr.io/renovatebot/charts/renovate
```
Using config from a string:
```bash
helm install --generate-name --set renovate.config='\{\"token\":\"...\"\}' oci://ghcr.io/renovatebot/charts/renovate
```
**Note**: `renovate.config` must be a valid Renovate [self-hosted configuration](https://docs.renovatebot.com/self-hosted-configuration/).
## Contributing
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:
```bash
cd charts/renovate
helm dependency build
```