docs: fix broken link

This commit is contained in:
zaunist 2023-02-28 08:52:08 +00:00
parent 11bdbc3a82
commit a96b9b089d
3 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@ This tutorial demonstrates how to quickly deploy [Grafana](https://grafana.com/)
1. Log in to the web console of KubeSphere as `ws-admin`. In your workspace, go to **App Repositories** under **App Management**, and then click **Add**.
2. In the displayed dialog box, enter `test-repo` for the app repository name and `https://helm-chart-repo.pek3a.qingstor.com/kubernetes-charts/` for the repository URL. Click **Validate** to verify the URL, set **Synchronization Interval** based on your needs, and click **OK**.
2. In the displayed dialog box, enter `test-repo` for the app repository name and `https://charts.kubesphere.io/main` for the repository URL. Click **Validate** to verify the URL, set **Synchronization Interval** based on your needs, and click **OK**.
3. Your repository is displayed in the list after successfully imported to KubeSphere.
@ -29,7 +29,7 @@ This tutorial demonstrates how to quickly deploy [Grafana](https://grafana.com/)
For more information about dashboard properties as you add a private repository, see [Import Helm Repository](../../../workspace-administration/app-repository/import-helm-repository/).
{{</ notice >}}
{{</ notice >}}
### Step 2: Deploy Grafana from app templates

View File

@ -22,7 +22,7 @@ You've completed all steps in [Tutorial 1](admin-quick-start.md).
![](https://pek3b.qingstor.com/kubesphere-docs/png/20190717133759.png)
1.2. Fill in the basic information, name it as demo-repo and input the URL with `https://helm-chart-repo.pek3a.qingstor.com/kubernetes-charts/`, you can validate if this URL is available, choose **OK** when you've done.
1.2. Fill in the basic information, name it as demo-repo and input the URL with `https://charts.kubesphere.io/main`, you can validate if this URL is available, choose **OK** when you've done.
![](https://pek3b.qingstor.com/kubesphere-docs/png/20190717134319.png)

View File

@ -22,7 +22,7 @@ weight: 10120
1. 以 `ws-admin` 用户登录 KubeSphere Web 控制台。在您的企业空间中,进入**应用管理**下的**应用仓库**页面,并点击**添加**。
2. 在弹出的对话框中,将应用仓库名称设置为 `test-repo`,将应用仓库的 URL 设置为 `https://helm-chart-repo.pek3a.qingstor.com/kubernetes-charts/`。点击**验证**对 URL 进行验证,根据您的需要设置**同步间隔**,再点击**确定**。
2. 在弹出的对话框中,将应用仓库名称设置为 `test-repo`,将应用仓库的 URL 设置为 `https://charts.kubesphere.io/main`。点击**验证**对 URL 进行验证,根据您的需要设置**同步间隔**,再点击**确定**。
3. 应用仓库导入成功后会显示在列表中。
@ -30,7 +30,7 @@ weight: 10120
有关添加私有仓库时的更多参数信息,请参见[导入 Helm 仓库](../../../workspace-administration/app-repository/import-helm-repository/)。
{{</ notice >}}
{{</ notice >}}
### 步骤 2从应用模板部署应用