Merge pull request #672 from ChristianLempa/671-file-helm-valuesyaml-is-not-recognized-by-renovate

fix helm values file
This commit is contained in:
Christian Lempa 2025-01-15 09:33:19 +01:00 committed by GitHub
commit 4dcca52f29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@
"customType": "regex",
"description": "Update Longhorn images in Helm",
"fileMatch": [
"(^|/)helm/longhorn/.+\\.yaml$"
"(^|/)kubernetes/longhorn/helm/values.yaml$"
],
"matchStrings": [
"engine:\\s*repository:\\s*\"?(?<depName>[^\"]+)\"?\\s*tag:\\s*\"?(?<currentValue>[^\"]+)\"?",