From 78a4a8e9d84c872deb86f63660b74797bb3a3f04 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Mon, 22 Jan 2024 20:53:19 -0500 Subject: [PATCH] fix: remove duplicate helm repo, forgot something in renovate.json5 --- .github/renovate.json5 | 6 +++++- cluster/core/helm-repositories.yaml | 11 +---------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 30e8ff9..92c7b0e 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -181,7 +181,11 @@ { "matchDatasources": ["helm"], "addLabels": ["renovate/helm"] - } + }, + { + "matchDatasources": ["github-releases", "github-tags"], + "addLabels": ["renovate/github-release"] + }, ], // custom managers "customManagers": [ diff --git a/cluster/core/helm-repositories.yaml b/cluster/core/helm-repositories.yaml index a65e683..9d98bbf 100644 --- a/cluster/core/helm-repositories.yaml +++ b/cluster/core/helm-repositories.yaml @@ -14,13 +14,4 @@ metadata: namespace: flux-system spec: interval: 1m - url: https://bjw-s.github.io/helm-charts ---- -apiVersion: source.toolkit.fluxcd.io/v1beta2 -kind: HelmRepository -metadata: - name: grafana-charts - namespace: flux-system -spec: - interval: 1m - url: https://grafana.github.io/helm-charts \ No newline at end of file + url: https://bjw-s.github.io/helm-charts \ No newline at end of file