mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Replace deprecated stable repo with bitnami
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
parent
8c73861962
commit
5d0da92d93
@ -83,7 +83,7 @@ export class HelmRepoManager extends Singleton {
|
|||||||
repositories: []
|
repositories: []
|
||||||
}));
|
}));
|
||||||
if (!repositories.length) {
|
if (!repositories.length) {
|
||||||
await this.addRepo({ name: "stable", url: "https://kubernetes-charts.storage.googleapis.com/" });
|
await this.addRepo({ name: "bitnami", url: "https://charts.bitnami.com/bitnami" });
|
||||||
return await this.repositories();
|
return await this.repositories();
|
||||||
}
|
}
|
||||||
return repositories.map(repo => ({
|
return repositories.map(repo => ({
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user