Skip to content

Commit e558e17

Browse files
committed
Test chart auto release gh-pages
1 parent fe23b82 commit e558e17

File tree

6 files changed

+11
-8
lines changed

6 files changed

+11
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
git config user.email "[email protected]"
2121
2222
- name: Run chart-releaser
23-
uses: helm/chart-releaser-action@v1.1.0
23+
uses: helm/chart-releaser-action@v1.4.0
2424
env:
2525
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
File renamed without changes.
File renamed without changes.

charts/kubeflow/Chart.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: kubeflow
3-
version: "0.1"
3+
version: "1.4"
44
kubeVersion: ">=1.20.0"
55
description: |
66
The Kubeflow project is dedicated to making deployments
@@ -25,17 +25,20 @@ keywords:
2525
- "tensorflow"
2626
- "pytorch"
2727
- "XGBoost"
28+
home: https://github.com/alauda/kubeflow-chart
2829
sources:
2930
- https://github.com/alauda/kubeflow-chart
3031
- https://github.com/kubeflow/manifests
3132
dependencies:
3233
- name: minio
3334
version: 1.0
35+
reponsitory: https://alauda.github.io/kubeflow-chart
3436
condition: minio.enabled
3537
import-values:
3638
- secrets
3739
- name: dex
3840
version: 1.0
41+
reponsitory: https://alauda.github.io/kubeflow-chart
3942
condition: dex.enabled
4043
import-values:
4144
- secrets

charts/kubeflow/charts/dex/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ keywords:
99
sources:
1010
- https://gitlab-ce.alauda.cn/middleware/kubeflow-manifests/tree/v1.4-branch-acp
1111
maintainers:
12-
- name: WuYi
13-
12+
- name: typhoonzero
13+
1414
appVersion: "2.24.0"

charts/kubeflow/charts/minio/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ apiVersion: v2
22
name: minio
33
version: "1.0"
44
kubeVersion: ">=1.20.0"
5-
description: "Minio 部署"
5+
description: "MinIO"
66
type: application
77
keywords:
88
- "Minio"
99
- "storage"
1010
sources:
1111
- https://gitlab-ce.alauda.cn/middleware/kubeflow-manifests/tree/v1.4-branch-acp
12-
maintainers: # (可选)
13-
- name: WuYi
14-
12+
maintainers:
13+
- name: typhoonzero
14+
1515
appVersion: "1.4"
1616
annotations:
1717
acp-version: "3.8"

0 commit comments

Comments
 (0)