Skip to content

Commit

Permalink
renovate: only upgrade helm since v1.10.0
Browse files Browse the repository at this point in the history
Versions lower than this will have a problem downloading kubectl. Thus,
we need to configure renovate to only allow helm versions newer than
v1.10.0.

Signed-off-by: André Martins <andre@cilium.io>
  • Loading branch information
aanm committed Dec 9, 2024
1 parent a075e1e commit 166ee7f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,17 @@
"v1.14",
]
},
{
// Do not ping helm/kind since the last version (1.10.0) has a bug which
// prevents it from downloading kubectl in older versions.
"enabled": false,
"matchDepNames": [
"helm/kind-action"
],
"matchUpdateTypes": [
"digest"
]
},
{
"matchFiles": [
"install/kubernetes/Makefile.values"
Expand Down

0 comments on commit 166ee7f

Please sign in to comment.