Skip to content

Commit

Permalink
Update helm-values.json5
Browse files Browse the repository at this point in the history
Signed-off-by: alfi0812 <[email protected]>
  • Loading branch information
alfi0812 authored Dec 31, 2024
1 parent ba9af7e commit aad7f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate/kinds/helm-values.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"(^|/)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
"(^|/)charts/.+\\-values\\.ya?ml$" // Match *-values.yaml, *-values.yml, or *-values.yaml.j2 in charts
],
"enabled": true, // Enable image reference updates in values.yaml
"updateTypes": ["major", "minor", "patch", "digest", "pin"], // Allow updates for all version types
Expand Down

0 comments on commit aad7f8a

Please sign in to comment.