Update helm-values.json5

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2025-11-27 12:02:57 +01:00
committed by GitHub
parent f8d9a0a026
commit 89b42e4899
+1 -1
View File
@@ -3,7 +3,7 @@
"helm-values": { "helm-values": {
"fileMatch": [ "fileMatch": [
".*-values\\.ya?ml(\\..+)?$" // Match *-values.yaml, *-values.yml and templated variants "((^|.*/)values\\.ya?ml(\\..+)?$|.*-values\\.ya?ml(\\..+)?$)"
], ],
"enabled": true, // Enable image reference updates in values.yaml "enabled": true, // Enable image reference updates in values.yaml
"updateTypes": ["major", "minor", "patch", "digest", "pin"], // Allow updates for all version types "updateTypes": ["major", "minor", "patch", "digest", "pin"], // Allow updates for all version types