An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Renovate

[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/renovatebot/helm-charts?style=for-the-badge)](https://github.com/renovatebot/helm-charts/releases/latest)
[![License](https://img.shields.io/github/license/renovatebot/helm-charts?style=for-the-badge)](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
```