allow for more interoperatability

This commit is contained in:
Kjeld Schouten
2024-10-13 12:11:11 +02:00
parent 1bc6fd2e6b
commit 3577e78caa
2 changed files with 2 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
"fileMatch": [
"(^|/)clusters/.+\\.ya?ml(?:\\.j2)?$",
"(^|/)repositories/.+\\.ya?ml(?:\\.j2)?$",
"(^|/)clustertool/embeded/.+\\.ya?ml(?:\\.j2)?$"
"(^|/)kubernetes/.+\\.ya?ml(?:\\.j2)?$"
],
"enabled": true, // Enable Flux updates
"updateTypes": ["major", "minor", "patch"], // Allow updates for all version types

View File

@@ -4,6 +4,7 @@
"helm-values": {
"fileMatch": [
"(^|/)clusters/.+\\.ya?ml(?:\\.j2)?$",
"(^|/)kubernetes/.+\\.ya?ml(?:\\.j2)?$",
"(^|/)repositories/.+\\.ya?ml(?:\\.j2)?$",
"(^|/)charts/.+\\.ya?ml(?:\\.j2)?$",
],