fix: remove duplicate helm repo, forgot something in renovate.json5
This commit is contained in:
parent
f0285781c5
commit
78a4a8e9d8
|
@ -181,7 +181,11 @@
|
||||||
{
|
{
|
||||||
"matchDatasources": ["helm"],
|
"matchDatasources": ["helm"],
|
||||||
"addLabels": ["renovate/helm"]
|
"addLabels": ["renovate/helm"]
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"matchDatasources": ["github-releases", "github-tags"],
|
||||||
|
"addLabels": ["renovate/github-release"]
|
||||||
|
},
|
||||||
],
|
],
|
||||||
// custom managers
|
// custom managers
|
||||||
"customManagers": [
|
"customManagers": [
|
||||||
|
|
|
@ -15,12 +15,3 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
interval: 1m
|
interval: 1m
|
||||||
url: https://bjw-s.github.io/helm-charts
|
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
|
|
Loading…
Reference in New Issue