Go to file
Markus Pesch 7fca7a2c40
continuous-integration/drone/push Build is passing Details
fix: breaking changes from upstream
Breaking changes in v30 leads to breaking changes in this helm chart. By
default renovate does not look anymore after config.json files. Only if
RENOVATE_CONFIG_FILE environment is defined and points to a config file
in json format.

To fix the changes and alternatively support config files in javaScript
format, appConfig became a dictonary to specify the config as well as
the file extension.
2021-12-21 23:00:14 +01:00
templates fix: use config.json as default and bump to v31 2021-12-21 22:59:20 +01:00
.drone.yml chore(deps): update docker.io/volkerraschek/markdownlint docker tag to v0.30.0 2021-11-20 12:06:16 +00:00
.editorconfig Initial Commit 2021-10-28 19:44:50 +02:00
.gitignore Initial Commit 2021-10-28 19:44:50 +02:00
.helmignore Initial Commit 2021-10-28 19:44:50 +02:00
.markdownlint.yaml Initial Commit 2021-10-28 19:44:50 +02:00
Chart.yaml fix: breaking changes from upstream 2021-12-21 23:00:14 +01:00
LICENSE Initial Commit 2021-10-28 19:44:50 +02:00
README.md Initial Commit 2021-10-28 19:44:50 +02:00
renovate.json fix(renovate): init 2021-10-28 22:16:58 +02:00
values.yaml fix: use config.json as default and bump to v31 2021-12-21 22:59:20 +01:00

README.md

renovate-charts

Build Status Artifact Hub

This is an inofficial helm chart for renovate. Goal of this chart is to be more lightweight than the official one.

This helm chart can be found on artifacthub.io and can be installed via helm.

helm repo add volker.raschek https://charts.cryptic.systems/volker.raschek
helm install drone volker.raschek/renovate

Customization

All configuration options can be defined in the values.yml file below the config section. Alternatively can be the options passed via the --set flag of the helm install command.