Attention: Deprecation notice for Bintray, JCenter, GoCenter and ChartCenter. Learn More
renovate/renovate
Chart version: 24.64.2
Api version: v2
App version: 24.64.2
Universal dependency update tool that fits into your workflows.
application
Chart Type
Active
Status
AGPL-3.0
License
93315
Downloads
https://docs.renovatebot.com/helm-charts
Set me up:
helm repo add center https://repo.chartcenter.io
Install Chart:
helm install renovate center/renovate/renovate
Versions (0)
View all
renovate
Universal dependency update tool that fits into your workflows.
Homepage: https://github.com/renovatebot/renovate
Installation
Add Helm repository
helm repo add renovate https://docs.renovatebot.com/helm-charts
helm repo update
Install Renovate 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
Configuration
The following table lists the configurable parameters of the chart and the default values.
Values
Key | Type | Default | Description |
---|---|---|---|
cronjob.annotations | object | {} |
|
cronjob.concurrencyPolicy | string | "" |
|
cronjob.failedJobsHistoryLimit | string | "" |
|
cronjob.jobRestartPolicy | string | "Never" |
|
cronjob.labels | object | {} |
|
cronjob.schedule | string | "0 1 * * *" |
|
cronjob.successfulJobsHistoryLimit | string | "" |
|
envFrom | list | [] |
|
existingSecret | string | "" |
|
image.pullPolicy | string | "IfNotPresent" |
|
image.repository | string | "renovate/renovate" |
|
image.tag | string | "24.64.2" |
|
imagePullSecrets | object | {} |
|
pod.annotations | object | {} |
|
pod.labels | object | {} |
|
renovate.config | string | "" |
|
resources | object | {} |
|
secrets | object | {} |
|
serviceAccount.annotations | object | {} |
|
serviceAccount.create | bool | false |
|
serviceAccount.name | string | "" |
|
ssh_config.config | string | "" |
|
ssh_config.enabled | bool | false |
|
ssh_config.existingSecret | string | "" |
|
ssh_config.id_rsa | string | "" |
|
ssh_config.id_rsa_pub | string | "" |