diff --git a/lib/datasource/helm/index.ts b/lib/datasource/helm/index.ts index 1c8df70e3e..4fe514a226 100644 --- a/lib/datasource/helm/index.ts +++ b/lib/datasource/helm/index.ts @@ -9,6 +9,10 @@ export const id = 'helm'; const http = new Http(id); +export const defaultRegistryUrls = [ + 'https://kubernetes-charts.storage.googleapis.com/', +]; + export async function getRepositoryData( repository: string ): Promise {