File tree 1 file changed +4
-67
lines changed
1 file changed +4
-67
lines changed Original file line number Diff line number Diff line change 7
7
" kubernetes/cluster/production/flux-system/gotk-components.yaml"
8
8
],
9
9
"flux" : {
10
- "fileMatch" : [
11
- " (^|/)kubernetes/.+\\ .ya?ml$"
12
- ]
10
+ "fileMatch" : [" ^kubernetes/.+\\ .ya?ml$" ]
13
11
},
14
- "helmv3" : {
15
- "fileMatch" : [
16
- " (^|/)kubernetes/apps/.+/helmrelease\\ .ya?ml$"
17
- ]
12
+ "helm-values" : {
13
+ "fileMatch" : [" ^kubernetes/.+\\ .ya?ml$" ]
18
14
},
19
- "packageRules" : [
20
- {
21
- "matchPackageNames" : [
22
- " authentik"
23
- ],
24
- "registryUrls" : [
25
- " https://charts.goauthentik.io"
26
- ]
27
- },
28
- {
29
- "matchPackageNames" : [
30
- " ingress-nginx"
31
- ],
32
- "registryUrls" : [
33
- " https://kubernetes.github.io/ingress-nginx"
34
- ]
35
- },
36
- {
37
- "matchPackageNames" : [
38
- " reflector"
39
- ],
40
- "registryUrls" : [
41
- " https://emberstack.github.io/helm-charts"
42
- ]
43
- },
44
- {
45
- "matchPackageNames" : [
46
- " app-template"
47
- ],
48
- "registryUrls" : [
49
- " https://bjw-s.github.io/helm-charts"
50
- ]
51
- }
52
- ],
53
15
"kubernetes" : {
54
- "fileMatch" : [
55
- " (^|/)kubernetes/.+\\ .ya?ml$"
56
- ]
16
+ "fileMatch" : [" ^kubernetes/.+\\ .ya?ml$" ]
57
17
},
58
- "customManagers" : [
59
- {
60
- "customType" : " regex" ,
61
- "fileMatch" : [
62
- " (^|/)kubernetes/apps/.+/helmrelease\\ .ya?ml$"
63
- ],
64
- "matchStrings" : [
65
- " chart:\\ s*\\ n\\ s*spec:\\ s*\\ n\\ s*chart:\\ s*(?<depName>\\ S+)\\ s*\\ n\\ s*version:\\ s*[\" ']?(?<currentValue>[0-9a-zA-Z\\ .\\ -]+)[\" ']?"
66
- ],
67
- "datasourceTemplate" : " helm" ,
68
- "versioningTemplate" : " semver"
69
- },
70
- {
71
- "customType" : " regex" ,
72
- "fileMatch" : [" (^|/)terraform/flux/main\\ .tf$" ],
73
- "matchStrings" : [
74
- " resource\\ s+\" flux_bootstrap_git\"\\ s+\" [^\" ]+\"\\ s+\\ {[^}]*?version\\ s+=\\ s+\" (?<currentValue>[0-9\\ .]+)\" "
75
- ],
76
- "datasourceTemplate" : " github-releases" ,
77
- "packageNameTemplate" : " fluxcd/flux2" ,
78
- "versioningTemplate" : " semver"
79
- }
80
- ],
81
18
"dependencyDashboardTitle" : " :robot: Renovate Dashboard"
82
19
}
You can’t perform that action at this time.
0 commit comments