feat(app-template): use OCI HelmRepository, Renovate YAML schema

This commit is contained in:
JJGadgets
2025-06-10 10:57:18 +08:00
parent 4645226d92
commit 91a23ec251
2 changed files with 7 additions and 6 deletions

View File

@@ -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",

View File

@@ -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