mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +00:00
feat(app-template): use OCI HelmRepository, Renovate YAML schema
This commit is contained in:
@@ -66,11 +66,11 @@
|
||||
"customType": "regex",
|
||||
"managerFilePatterns": ["/^kube/.+\\.ya?ml$/"],
|
||||
"matchStrings": [
|
||||
"\\# yaml\\-language\\-server\\: \\$schema\\=https\\:\\/\\/raw\\.githubusercontent\\.com\\/(?<packageName>[\\w\\-]+\\/[\\w\\-]+)\\/(?<currentValue>app\\-template\\-[\\d\\.]+)/charts.+"
|
||||
"\\# yaml\\-language\\-server\\: \\$schema\\=https\\:\\/\\/raw\\.githubusercontent\\.com\\/(?<packageName>[\\w\\-]+\\/[\\w\\-]+)\\/app-template-(?<currentValue>[\\d\\.]+)/charts.+"
|
||||
],
|
||||
"datasourceTemplate": "github-tags",
|
||||
"versioningTemplate": "semver",
|
||||
"extractVersionTemplate": "^app-template-(?<version>\\d\\.)$"
|
||||
"datasourceTemplate": "docker",
|
||||
"depNameTemplate": "ghcr.io/bjw-s-labs/helm/app-template",
|
||||
"versioningTemplate": "semver"
|
||||
}
|
||||
//{
|
||||
// "description": "app-template schemas Flux API",
|
||||
|
||||
@@ -6,5 +6,6 @@ metadata:
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 1h
|
||||
timeout: 3m0s
|
||||
url: https://bjw-s-labs.github.io/helm-charts/
|
||||
timeout: 30s
|
||||
# url: https://bjw-s-labs.github.io/helm-charts/
|
||||
url: oci://ghcr.io/bjw-s-labs/helm
|
||||
|
||||
Reference in New Issue
Block a user