From ba9af7e6e053c25ec9bb801603c52d2676d039cb Mon Sep 17 00:00:00 2001 From: alfi0812 <43101280+alfi0812@users.noreply.github.com> Date: Tue, 31 Dec 2024 11:06:01 +0100 Subject: [PATCH 1/2] Update helm-values.json5 Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> --- .github/renovate/kinds/helm-values.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate/kinds/helm-values.json5 b/.github/renovate/kinds/helm-values.json5 index 72ea386902ca..32bb6a0ccd6a 100644 --- a/.github/renovate/kinds/helm-values.json5 +++ b/.github/renovate/kinds/helm-values.json5 @@ -3,10 +3,10 @@ "helm-values": { "fileMatch": [ - "(^|/)clusters/.+\\-values\\.ya?ml$", // Match *-values.yaml, *-values.yml, or *-values.yaml.j2 in clusters + "(^|/)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 From aad7f8aaf7cb9142887e7216a7dda7e7a70fd1f8 Mon Sep 17 00:00:00 2001 From: alfi0812 <43101280+alfi0812@users.noreply.github.com> Date: Tue, 31 Dec 2024 11:07:29 +0100 Subject: [PATCH 2/2] Update helm-values.json5 Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> --- .github/renovate/kinds/helm-values.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate/kinds/helm-values.json5 b/.github/renovate/kinds/helm-values.json5 index 32bb6a0ccd6a..e6dc77d7a440 100644 --- a/.github/renovate/kinds/helm-values.json5 +++ b/.github/renovate/kinds/helm-values.json5 @@ -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