1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 02:38:35 +00:00

Use the new download domain replace the old (#25405)

As title.
This commit is contained in:
Lunny Xiao
2023-06-21 11:11:17 +08:00
committed by GitHub
parent df5cf5ddbd
commit e79ff50560
15 changed files with 29 additions and 29 deletions

View File

@@ -22,7 +22,7 @@ Gitea 已经提供了便于在 Kubernetes 云原生环境中安装所需的 Helm
默认安装指令为:
```bash
helm repo add gitea https://dl.gitea.io/charts
helm repo add gitea https://dl.gitea.com/charts
helm repo update
helm install gitea gitea/gitea
```