From f177709c6acacfc8063a96b0e9b1b0c62209d1dc Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Wed, 1 Jan 2025 21:51:07 +0200 Subject: [PATCH] fix(renovate): fix indendation --- charts/incubator/renovate/Chart.yaml | 2 +- charts/incubator/renovate/values.yaml | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) 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