mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 22:46:27 +00:00
fix(helm): default registryUrls (#6231)
This commit is contained in:
parent
8144f07b69
commit
daba153ba3
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ export const id = 'helm';
|
||||||
|
|
||||||
const http = new Http(id);
|
const http = new Http(id);
|
||||||
|
|
||||||
|
export const defaultRegistryUrls = [
|
||||||
|
'https://kubernetes-charts.storage.googleapis.com/',
|
||||||
|
];
|
||||||
|
|
||||||
export async function getRepositoryData(
|
export async function getRepositoryData(
|
||||||
repository: string
|
repository: string
|
||||||
): Promise<ReleaseResult[]> {
|
): Promise<ReleaseResult[]> {
|
||||||
|
|
Loading…
Reference in a new issue