File tree 1 file changed +20
-5
lines changed
1 file changed +20
-5
lines changed Original file line number Diff line number Diff line change 4
4
" config:base"
5
5
],
6
6
"flux" : {
7
- "registryAliases" : {
8
- "authentik" : " https://charts.goauthentik.io" ,
9
- "ingress-nginx" : " https://kubernetes.github.io/ingress-nginx" ,
10
- "reflector" : " https://emberstack.github.io/helm-charts"
11
- },
12
7
"fileMatch" : [
13
8
" (^|/)kubernetes/.+\\ .ya?ml$"
9
+ ],
10
+ "packageRules" : [
11
+ {
12
+ "matchPaths" : [" **/kubernetes/apps/**/helmrelease.yaml" ],
13
+ "matchPackageNames" : [" ingress-nginx" ],
14
+ "versioning" : " semver" ,
15
+ "registryUrls" : [" https://kubernetes.github.io/ingress-nginx" ]
16
+ },
17
+ {
18
+ "matchPaths" : [" **/kubernetes/apps/**/helmrelease.yaml" ],
19
+ "matchPackageNames" : [" reflector" ],
20
+ "versioning" : " semver" ,
21
+ "registryUrls" : [" https://emberstack.github.io/helm-charts" ]
22
+ },
23
+ {
24
+ "matchPaths" : [" **/kubernetes/apps/**/helmrelease.yaml" ],
25
+ "matchPackageNames" : [" authentik" ],
26
+ "versioning" : " semver" ,
27
+ "registryUrls" : [" https://charts.goauthentik.io" ]
28
+ }
14
29
]
15
30
},
16
31
"helmv3" : {
You can’t perform that action at this time.
0 commit comments