Skip to content
Snippets Groups Projects
Unverified Commit daba153b authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

fix(helm): default registryUrls (#6231)

parent 8144f07b
No related branches found
No related tags found
No related merge requests found
......@@ -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<ReleaseResult[]> {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment