diff --git a/renovate.json b/renovate.json index d2a8c60..8248972 100644 --- a/renovate.json +++ b/renovate.json @@ -22,8 +22,7 @@ "components.resources[type = 'helmChart'].{'depName': $split(access.helmChart, ':')[0], 'currentValue': $split(access.helmChart, ':')[1], 'registryUrl': access.helmRepository}", "components.resources[type = 'helmChart'].{'depName': $split(access.helmChart, ':')[0], 'currentValue': version, 'registryUrl': access.helmRepository}" ], - "datasourceTemplate": "helm", - "extractVersion": "^v?(?.*)$" + "datasourceTemplate": "helm" } ] }