File tree 3 files changed +3
-3
lines changed
docs/plugins/helm-installer
internal/pkg/plugin/helminstaller/defaults
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
| chart.releaseName | devlake | helm release name |
23
23
| chart.namespace | devlake | namespace where helm to deploy |
24
24
| chart.wait | true | whether to wait until installation is complete |
25
- | repo.url | https://merico-dev .github.io/devlake-helm-chart | helm official repo address |
25
+ | repo.url | https://apache .github.io/incubator- devlake-helm-chart | helm official repo address |
26
26
| repo.name | devlake | helm repo name |
Original file line number Diff line number Diff line change 22
22
| chart.releaseName | devlake | helm 发布名称 |
23
23
| chart.namespace | devlake | 部署的命名空间 |
24
24
| chart.wait | true | 是否等待部署完成 |
25
- | repo.url | https://merico-dev .github.io/devlake-helm-chart | helm 仓库地址 |
25
+ | repo.url | https://apache .github.io/incubator- devlake-helm-chart | helm 仓库地址 |
26
26
| repo.name | devlake | helm 仓库名 |
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ var DefaultConfigWithDevLake = helm.Options{
28
28
Namespace : "devlake" ,
29
29
},
30
30
Repo : helmCommon.Repo {
31
- URL : "https://merico-dev .github.io/devlake-helm-chart" ,
31
+ URL : "https://apache .github.io/incubator- devlake-helm-chart" ,
32
32
Name : "devlake" ,
33
33
},
34
34
}
You can’t perform that action at this time.
0 commit comments