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