mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-30 15:37:44 +02:00
fix: renovate crds
This commit is contained in:
6
.github/renovate.json5
vendored
6
.github/renovate.json5
vendored
@@ -38,7 +38,7 @@
|
||||
// regexManager to read and process cert-manager CRD's
|
||||
{
|
||||
"fileMatch": [
|
||||
"cluster/crds/cert-manager/.+\\.yaml$"
|
||||
"cluster/base-custom/crds/cert-manager/.+\\.yaml$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"registryUrl=(?<registryUrl>.*?) chart=(?<depName>.*?)\n.*\\/(?<currentValue>.*?)\\/"
|
||||
@@ -48,7 +48,7 @@
|
||||
// regexManager to read and process kube-prometheus-stack CRD's
|
||||
{
|
||||
"fileMatch": [
|
||||
"cluster/crds/kube-prometheus-stack/.+\\.yaml$"
|
||||
"cluster/base-custom/crds/kube-prometheus-stack/.+\\.yaml$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"registryUrl=(?<registryUrl>.*?)\n *tag: (?<depName>[a-zA-Z-]+)-(?<currentValue>.*)\n"
|
||||
@@ -58,7 +58,7 @@
|
||||
// regexManager to read and process Rook-Ceph CRD's
|
||||
{
|
||||
"fileMatch": [
|
||||
"cluster/crds/rook-ceph/.+\\.yaml$"
|
||||
"cluster/base-custom/crds/rook-ceph/.+\\.yaml$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"registryUrl=(?<registryUrl>.*?) chart=(?<depName>.*?)\n *tag: (?<currentValue>.*)\n"
|
||||
|
Reference in New Issue
Block a user