Skip to content

Commit 5e16c19

Browse files
authored
Merge pull request #16 from alauda/fix_doc
Fix doc download link
2 parents 33458ca + a309656 commit 5e16c19

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README-en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Kubeflow at any environments using Helm.
1515
Use `values-cn.yaml` to override image configurations:
1616

1717
```bash
18-
wget -O values-cn.yaml https://raw.githubusercontent.com/alauda/kubeflow-chart/values-cn.yaml
18+
wget -O values-cn.yaml https://raw.githubusercontent.com/alauda/kubeflow-chart/main/values-cn.yaml
1919
helm install kubeflow alauda/kubeflow -f values-cn.yaml
2020
```
2121

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
使用 `values-cn.yaml` 覆盖安装镜像配置:
1717

1818
```bash
19-
wget -O values-cn.yaml https://raw.githubusercontent.com/alauda/kubeflow-chart/values-cn.yaml
19+
wget -O values-cn.yaml https://raw.githubusercontent.com/alauda/kubeflow-chart/main/values-cn.yaml
2020
helm install kubeflow alauda/kubeflow -f values-cn.yaml
2121
```
2222

charts/kubeflow/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: kubeflow
3-
version: "1.5.0"
3+
version: "1.5.1"
44
kubeVersion: ">=1.18.0"
55
description: |
66
The Kubeflow project is dedicated to making deployments

0 commit comments

Comments
 (0)