|
68 | 68 | "roles/argo-cd/defaults/main.yaml" |
69 | 69 | ], |
70 | 70 | "matchStrings": [ |
71 | | - "type:[\\s\\S]+version:\\s+(?<currentValue>.+)", |
72 | | - "helm:\\s+chart:[\\s\\S]+?version:\\s+v(?<currentValue>.+)" |
| 71 | + "type:\\s+application[\\s\\S]+version:\\s+(?<currentValue>.+)", |
| 72 | + "kubernetes:[\\s\\S]+helm:[\\s\\S]+chart:[\\s\\S]+version:\\s+v(?<currentValue>.+)" |
73 | 73 | ] |
74 | 74 | }, |
75 | 75 | { |
|
82 | 82 | "roles/argo-cd/defaults/main.yaml" |
83 | 83 | ], |
84 | 84 | "matchStrings": [ |
85 | | - "dependencies:[\\s\\S]+?name:\\s+argocd[\\s\\S]+?version:\\s+(?<currentValue>.+)", |
86 | | - "release:[\\s\\S]+?version:\\s+v(?<currentValue>.+)" |
| 85 | + "dependencies:[\\s\\S]+name:\\s+argocd[\\s\\S]+version:\\s+(?<currentValue>.+)", |
| 86 | + "release:[\\s\\S]+version:\\s+v(?<currentValue>.+)" |
87 | 87 | ] |
88 | 88 | }, |
89 | 89 | { |
|
96 | 96 | "roles/cert-manager/defaults/main.yaml" |
97 | 97 | ], |
98 | 98 | "matchStrings": [ |
99 | | - "type:[\\s\\S]+version:\\s+(?<currentValue>.+)", |
100 | | - "helm:\\s+chart:[\\s\\S]+?version:\\s+v(?<currentValue>.+)" |
| 99 | + "type:\\s+application[\\s\\S]+version:\\s+(?<currentValue>.+)", |
| 100 | + "kubernetes:[\\s\\S]+helm:\\s+chart:[\\s\\S]+version:\\s+v(?<currentValue>.+)" |
101 | 101 | ] |
102 | 102 | }, |
103 | 103 | { |
|
110 | 110 | "roles/cert-manager/defaults/main.yaml" |
111 | 111 | ], |
112 | 112 | "matchStrings": [ |
113 | | - "dependencies:[\\s\\S]+?name:\\s+cmctl[\\s\\S]+?version:\\s+(?<currentValue>.+)", |
114 | | - "release:[\\s\\S]+?version:\\s+v(?<currentValue>.+)" |
| 113 | + "dependencies:[\\s\\S]+name:\\s+cmctl[\\s\\S]+version:\\s+(?<currentValue>.+)", |
| 114 | + "release:[\\s\\S]+version:\\s+v(?<currentValue>.+)" |
115 | 115 | ] |
116 | 116 | }, |
117 | 117 | { |
|
124 | 124 | "roles/cilium/defaults/main.yaml" |
125 | 125 | ], |
126 | 126 | "matchStrings": [ |
127 | | - "type:[\\s\\S]+version:\\s+(?<currentValue>.+)", |
128 | | - "helm:\\s+chart:[\\s\\S]+?version:\\s+v(?<currentValue>.+)" |
| 127 | + "type:\\s+application[\\s\\S]+version:\\s+(?<currentValue>.+)", |
| 128 | + "kubernetes:[\\s\\S]+helm:[\\s\\S]+chart:[\\s\\S]+version:\\s+v(?<currentValue>.+)" |
129 | 129 | ] |
130 | 130 | }, |
131 | 131 | { |
|
138 | 138 | "roles/cilium/defaults/main.yaml" |
139 | 139 | ], |
140 | 140 | "matchStrings": [ |
141 | | - "dependencies:[\\s\\S]+?name:\\s+cilium-cli[\\s\\S]+?version:\\s+(?<currentValue>.+)", |
142 | | - "release:[\\s\\S]+cli:[\\s\\S]+?version:\\s+v(?<currentValue>.+)" |
| 141 | + "dependencies:[\\s\\S]+name:\\s+cilium-cli[\\s\\S]+version:\\s+(?<currentValue>.+)", |
| 142 | + "release:[\\s\\S]+cli:[\\s\\S]+version:\\s+v(?<currentValue>.+)" |
143 | 143 | ] |
144 | 144 | }, |
145 | 145 | { |
|
152 | 152 | "roles/cilium/defaults/main.yaml" |
153 | 153 | ], |
154 | 154 | "matchStrings": [ |
155 | | - "dependencies:[\\s\\S]+?name:\\s+gateway-api[\\s\\S]+?version:\\s+(?<currentValue>.+)", |
156 | | - "release:[\\s\\S]+gateway_api:[\\s\\S]+?version:\\s+v(?<currentValue>.+)" |
| 155 | + "dependencies:[\\s\\S]+name:\\s+gateway-api[\\s\\S]+version:\\s+(?<currentValue>.+)", |
| 156 | + "release:[\\s\\S]+gateway_api:[\\s\\S]+version:\\s+v(?<currentValue>.+)" |
157 | 157 | ] |
158 | 158 | }, |
159 | 159 | { |
|
166 | 166 | "roles/cilium/defaults/main.yaml" |
167 | 167 | ], |
168 | 168 | "matchStrings": [ |
169 | | - "dependencies:[\\s\\S]+?name:\\s+hubble[\\s\\S]+?version:\\s+(?<currentValue>.+)", |
170 | | - "release:[\\s\\S]+hubble:[\\s\\S]+?version:\\s+v(?<currentValue>.+)" |
| 169 | + "dependencies:[\\s\\S]+name:\\s+hubble[\\s\\S]+version:\\s+(?<currentValue>.+)", |
| 170 | + "release:[\\s\\S]+hubble:[\\s\\S]+version:\\s+v(?<currentValue>.+)" |
171 | 171 | ] |
172 | 172 | }, |
173 | 173 | { |
|
178 | 178 | "roles/cluster/Chart.yaml" |
179 | 179 | ], |
180 | 180 | "matchStrings": [ |
181 | | - "type:[\\s\\S]+version:\\s+(?<currentValue>.+)" |
| 181 | + "type:\\s+application[\\s\\S]+version:\\s+(?<currentValue>.+)" |
182 | 182 | ], |
183 | | - "versioningTemplate": "debian" |
| 183 | + "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(?:-(?<build>\\d+))?$" |
184 | 184 | }, |
185 | 185 | { |
186 | 186 | "customType": "regex", |
187 | 187 | "datasourceTemplate": "github-releases", |
188 | | - "depNameTemplate": "coredns/coredns", |
| 188 | + "depNameTemplate": "coredns/helm", |
189 | 189 | "extractVersionTemplate": "^coredns-(?<version>.+)$", |
190 | 190 | "fileMatch": [ |
191 | 191 | "roles/coredns/Chart.yaml", |
192 | 192 | "roles/coredns/defaults/main.yaml" |
193 | 193 | ], |
194 | 194 | "matchStrings": [ |
195 | | - "type:[\\s\\S]+version:\\s+(?<currentValue>.+)", |
196 | | - "helm:\\s+chart:[\\s\\S]+?version:\\s+v(?<currentValue>.+)" |
| 195 | + "type:\\s+application[\\s\\S]+version:\\s+(?<currentValue>.+)", |
| 196 | + "kubernetes:[\\s\\S]+helm:[\\s\\S]+chart:[\\s\\S]+version:\\s+v(?<currentValue>.+)" |
197 | 197 | ] |
198 | 198 | }, |
199 | 199 | { |
|
206 | 206 | "roles/external-dns/defaults/main.yaml" |
207 | 207 | ], |
208 | 208 | "matchStrings": [ |
209 | | - "type:[\\s\\S]+version:\\s+(?<currentValue>.+)", |
210 | | - "helm:\\s+chart:[\\s\\S]+?version:\\s+v(?<currentValue>.+)" |
| 209 | + "type:\\s+application[\\s\\S]+version:\\s+(?<currentValue>.+)", |
| 210 | + "kubernetes:[\\s\\S]+helm:[\\s\\S]+chart:[\\s\\S]+version:\\s+v(?<currentValue>.+)" |
211 | 211 | ] |
212 | 212 | }, |
213 | 213 | { |
214 | 214 | "customType": "regex", |
215 | 215 | "datasourceTemplate": "custom.helm", |
216 | | - "depNameTemplate": "debian/helm", |
| 216 | + "depNameTemplate": "balto/helm", |
217 | 217 | "fileMatch": [ |
218 | 218 | "roles/helm/Chart.yaml", |
219 | 219 | "roles/helm/defaults/main.yaml" |
220 | 220 | ], |
221 | 221 | "matchStrings": [ |
222 | | - "type:[\\s\\S]+version:\\s+(?<currentValue>.+)", |
223 | | - "release:[\\s\\S]+?version:\\s+v(?<currentValue>.+)" |
| 222 | + "type:\\s+application[\\s\\S]+version:\\s+(?<currentValue>.+)", |
| 223 | + "release:[\\s\\S]+helm:[\\s\\S]+version:\\s+v(?<currentValue>.+)" |
224 | 224 | ], |
225 | | - "versioningTemplate": "helm" |
| 225 | + "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(?:-(?<build>\\d+))?$" |
226 | 226 | }, |
227 | 227 | { |
228 | 228 | "customType": "regex", |
|
234 | 234 | "roles/helm/defaults/main.yaml" |
235 | 235 | ], |
236 | 236 | "matchStrings": [ |
237 | | - "dependencies:[\\s\\S]+?name:\\s+diff[\\s\\S]+?version:\\s+(?<currentValue>.+)", |
238 | | - "plugins:[\\s\\S]+name:\\s+diff[\\s\\S]+?version:\\s+v(?<currentValue>.+)" |
| 237 | + "dependencies:[\\s\\S]+?name:\\s+diff[\\s\\S]+version:\\s+(?<currentValue>.+)", |
| 238 | + "plugins:[\\s\\S]+name:\\s+diff[\\s\\S]+version:\\s+v(?<currentValue>.+)" |
239 | 239 | ] |
240 | 240 | }, |
241 | 241 | { |
|
248 | 248 | "roles/k3s/defaults/main.yaml" |
249 | 249 | ], |
250 | 250 | "matchStrings": [ |
251 | | - "type:[\\s\\S]+version:\\s+(?<currentValue>.+)", |
252 | | - "release:[\\s\\S]+k3s:[\\s\\S]+?version:\\s+v(?<currentValue>.+)" |
| 251 | + "type:\\s+application[\\s\\S]+version:\\s+(?<currentValue>.+)", |
| 252 | + "release:[\\s\\S]+k3s:[\\s\\S]+version:\\s+v(?<currentValue>.+)" |
253 | 253 | ], |
254 | 254 | "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(?<compatibility>\\+k3s)(?<build>\\d+)$" |
255 | 255 | }, |
|
263 | 263 | "roles/k3s/defaults/main.yaml" |
264 | 264 | ], |
265 | 265 | "matchStrings": [ |
266 | | - "dependencies:[\\s\\S]+?name:\\s+kubepug[\\s\\S]+?version:\\s+(?<currentValue>.+)", |
267 | | - "release:[\\s\\S]+kubepug:[\\s\\S]+?version:\\s+v(?<currentValue>.+)" |
| 266 | + "dependencies:[\\s\\S]+?name:\\s+kubepug[\\s\\S]+version:\\s+(?<currentValue>.+)", |
| 267 | + "release:[\\s\\S]+kubepug:[\\s\\S]+version:\\s+v(?<currentValue>.+)" |
268 | 268 | ] |
269 | 269 | }, |
270 | 270 | { |
|
277 | 277 | "roles/kured/defaults/main.yaml" |
278 | 278 | ], |
279 | 279 | "matchStrings": [ |
280 | | - "type:[\\s\\S]+version:\\s+(?<currentValue>.+)", |
281 | | - "helm:\\s+chart:[\\s\\S]+?version:\\s+v(?<currentValue>.+)" |
| 280 | + "type:\\s+application[\\s\\S]+version:\\s+(?<currentValue>.+)", |
| 281 | + "kubernetes:[\\s\\S]+helm:[\\s\\S]+chart:[\\s\\S]+version:\\s+v(?<currentValue>.+)" |
282 | 282 | ], |
283 | 283 | "packageNameTemplate": "kubereboot/charts" |
284 | 284 | }, |
| 285 | + { |
| 286 | + "customType": "regex", |
| 287 | + "datasourceTemplate": "github-releases", |
| 288 | + "depNameTemplate": "longhorn/cli", |
| 289 | + "extractVersionTemplate": "^v(?<version>.+)$", |
| 290 | + "fileMatch": [ |
| 291 | + "roles/longhorn/Chart.yaml", |
| 292 | + "roles/longhorn/defaults/main.yaml" |
| 293 | + ], |
| 294 | + "matchStrings": [ |
| 295 | + "dependencies:[\\s\\S]+?name:\\s+longhornctl[\\s\\S]+version:\\s+(?<currentValue>.+)", |
| 296 | + "release:[\\s\\S]+version:\\s+v(?<currentValue>.+)" |
| 297 | + ] |
| 298 | + }, |
285 | 299 | { |
286 | 300 | "customType": "regex", |
287 | 301 | "datasourceTemplate": "github-releases", |
|
292 | 306 | "roles/longhorn/defaults/main.yaml" |
293 | 307 | ], |
294 | 308 | "matchStrings": [ |
295 | | - "type:[\\s\\S]+version:\\s+(?<currentValue>.+)", |
296 | | - "helm:\\s+chart:[\\s\\S]+?version:\\s+v(?<currentValue>.+)" |
| 309 | + "type:\\s+application[\\s\\S]+version:\\s+(?<currentValue>.+)", |
| 310 | + "kubernetes:[\\s\\S]+helm:[\\s\\S]+chart:[\\s\\S]+version:\\s+v(?<currentValue>.+)" |
297 | 311 | ], |
298 | 312 | "packageNameTemplate": "longhorn/charts" |
299 | 313 | }, |
|
307 | 321 | "roles/metrics-server/defaults/main.yaml" |
308 | 322 | ], |
309 | 323 | "matchStrings": [ |
310 | | - "type:[\\s\\S]+version:\\s+(?<currentValue>.+)", |
311 | | - "helm:\\s+chart:[\\s\\S]+?version:\\s+v(?<currentValue>.+)" |
| 324 | + "type:\\s+application[\\s\\S]+version:\\s+(?<currentValue>.+)", |
| 325 | + "kubernetes:[\\s\\S]+helm:[\\s\\S]+chart:[\\s\\S]+version:\\s+v(?<currentValue>.+)" |
312 | 326 | ] |
313 | 327 | }, |
314 | 328 | { |
|
321 | 335 | "roles/victoria-logs/defaults/main.yaml" |
322 | 336 | ], |
323 | 337 | "matchStrings": [ |
324 | | - "type:[\\s\\S]+version:\\s+(?<currentValue>.+)", |
325 | | - "helm:\\s+chart:[\\s\\S]+?version:\\s+v(?<currentValue>.+)" |
| 338 | + "type:\\s+application[\\s\\S]+version:\\s+(?<currentValue>.+)", |
| 339 | + "kubernetes:[\\s\\S]+helm:[\\s\\S]+chart:[\\s\\S]+version:\\s+v(?<currentValue>.+)" |
| 340 | + ], |
| 341 | + "packageNameTemplate": "VictoriaMetrics/helm-charts" |
| 342 | + }, |
| 343 | + { |
| 344 | + "customType": "regex", |
| 345 | + "datasourceTemplate": "github-releases", |
| 346 | + "depNameTemplate": "prometheus-community/helm-charts", |
| 347 | + "extractVersionTemplate": "^prometheus-operator-crds-(?<version>.+)$", |
| 348 | + "fileMatch": [ |
| 349 | + "roles/victoria-metrics/Chart.yaml", |
| 350 | + "roles/victoria-metrics/defaults/main.yaml" |
| 351 | + ], |
| 352 | + "matchStrings": [ |
| 353 | + "dependencies:[\\s\\S]+?name:\\s+prometheus-operator-crds[\\s\\S]+version:\\s+(?<currentValue>.+)", |
| 354 | + "kubernetes:[\\s\\S]+helm:[\\s\\S]+chart:[\\s\\S]+prometheus[\\s\\S]+version:\\s+v(?<currentValue>.+)" |
326 | 355 | ], |
327 | 356 | "packageNameTemplate": "VictoriaMetrics/helm-charts" |
328 | 357 | }, |
|
336 | 365 | "roles/victoria-metrics/defaults/main.yaml" |
337 | 366 | ], |
338 | 367 | "matchStrings": [ |
339 | | - "type:[\\s\\S]+version:\\s+(?<currentValue>.+)", |
340 | | - "helm:\\s+chart:[\\s\\S]+?version:\\s+v(?<currentValue>.+)" |
| 368 | + "type:\\s+application[\\s\\S]+version:\\s+(?<currentValue>.+)$", |
| 369 | + "kubernetes:[\\s\\S]+helm:[\\s\\S]+chart:[\\s\\S]+victoriametrics[\\s\\S]+version:\\s+v(?<currentValue>.+)" |
341 | 370 | ], |
342 | 371 | "packageNameTemplate": "VictoriaMetrics/helm-charts" |
343 | 372 | } |
|
0 commit comments