Update helm-values.json5
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -3,10 +3,7 @@
|
||||
|
||||
"helm-values": {
|
||||
"fileMatch": [
|
||||
"(^|/)clusters/.+\\.ya?ml$", // Match images in clusters
|
||||
"(^|/)kubernetes/.+\\-values\\.ya?ml$", // Match *-values.yaml, *-values.yml, or *-values.yaml.j2 in kubernetes
|
||||
"(^|/)repositories/.+\\-values\\.ya?ml$", // Match *-values.yaml, *-values.yml, or *-values.yaml.j2 in repositories
|
||||
"(^|/)charts/.+\\-values\\.ya?ml$" // Match *-values.yaml, *-values.yml, or *-values.yaml.j2 in charts
|
||||
".*-values\\.ya?ml(\\..+)?$" // Match *-values.yaml, *-values.yml and templated variants
|
||||
],
|
||||
"enabled": true, // Enable image reference updates in values.yaml
|
||||
"updateTypes": ["major", "minor", "patch", "digest", "pin"], // Allow updates for all version types
|
||||
|
||||
Reference in New Issue
Block a user