diff --git a/charts/incubator/renovate/Chart.yaml b/charts/incubator/renovate/Chart.yaml index 78e9f484c3c..9f3cc2d8a7f 100644 --- a/charts/incubator/renovate/Chart.yaml +++ b/charts/incubator/renovate/Chart.yaml @@ -29,4 +29,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/renovate - https://hub.docker.com/r/renovate/renovate type: application -version: 1.4.2 +version: 1.4.3 diff --git a/charts/incubator/renovate/values.yaml b/charts/incubator/renovate/values.yaml index 9e3c6f1ef16..461fc0c99ed 100644 --- a/charts/incubator/renovate/values.yaml +++ b/charts/incubator/renovate/values.yaml @@ -36,13 +36,14 @@ workload: configmap: config: - enabled: - data: - config.json: |- - { - "repositories": ["truecharts/public"], - "dryRun" : "full" - } + enabled: true + data: + config.json: |- + { + "repositories": ["truecharts/public"], + "dryRun" : "full" + } + service: main: enabled: false