Helm chart for renovate bot
https://artifacthub.io/packages/helm/volker-raschek/renovate
Markus Pesch
7fca7a2c40
All checks were successful
continuous-integration/drone/push Build is passing
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. |
||
---|---|---|
templates | ||
.drone.yml | ||
.editorconfig | ||
.gitignore | ||
.helmignore | ||
.markdownlint.yaml | ||
Chart.yaml | ||
LICENSE | ||
README.md | ||
renovate.json | ||
values.yaml |
renovate-charts
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.