Skip to content

Commit 9498c4e

Browse files
author
mason
committed
feat: add dataflow refactored
1 parent a0d5b3b commit 9498c4e

File tree

452 files changed

+40471
-376
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

452 files changed

+40471
-376
lines changed

charts/csghub/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies:
3737
version: 17.5.0
3838
- name: dataflow
3939
repository: file://charts/dataflow
40-
version: 1.4.0
40+
version: 1.11.0
4141
- name: csgship
4242
repository: file://charts/csgship
4343
version: 0.1.9
@@ -56,5 +56,5 @@ dependencies:
5656
- name: runner
5757
repository: file://charts/runner
5858
version: 1.11.0
59-
digest: sha256:1c92e5335f4dc0cac684661f8acf120aef61e4fdf25f29583f51659d2aee5652
60-
generated: "2025-09-16T21:46:58.109599+08:00"
59+
digest: sha256:ebc22ef31fc4afd1f1ecc258f96b5809b86e20f328f88af2afdd74842ac2a788
60+
generated: "2025-09-18T23:22:28.100822+08:00"

charts/csghub/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ dependencies:
7777
repository: "file://charts/gitlab-shell"
7878
condition: gitlab-shell.enabled
7979
- name: dataflow
80-
version: "1.4.0"
80+
version: "1.11.0"
8181
repository: "file://charts/dataflow"
8282
condition: dataflow.enabled
8383
- name: csgship
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
dependencies:
2+
- name: ingress-nginx
3+
repository: file://charts/ingress-nginx
4+
version: 4.12.0
5+
- name: reloader
6+
repository: file://charts/reloader
7+
version: 2.1.4
8+
- name: prometheus
9+
repository: file://charts/prometheus
10+
version: 27.37.0
11+
digest: sha256:27769b5b68d69ad7ba4c51b5a826c5e9c4edd195b9a94dd533df677339871774
12+
generated: "2025-09-16T22:48:11.941224+08:00"

charts/csghub/charts/dataflow/Chart.yaml

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
apiVersion: v2
22
name: dataflow
3-
description: Dataflow is a dataset processing tool that provides dataset support for model training and fine-tuning
3+
description: OpenCSG dataflow is a one-stop data processing platform designed to leverage large model technology
4+
and advanced algorithms to optimize the entire data processing lifecycle, enhancing efficiency and precision,
5+
while addressing enterprise challenges in data management such as inefficiency, adaptability gaps, and security
6+
and compliance issues.
47
home: https://opencsg.com
5-
maintainers:
6-
- name: OpenCSG Inc.
7-
email: support@opencsg.com
8+
icon: https://cdn.jsdelivr.net/gh/OpenCSGs/images/favicon.png
9+
sources:
10+
- https://github.com/OpenCSGs/csghub-charts
811

912
# A chart can be either an 'application' or a 'library' chart.
1013
#
@@ -19,10 +22,25 @@ type: application
1922
# This is the chart version. This version number should be incremented each time you make changes
2023
# to the chart and its templates, including the app version.
2124
# Versions are expected to follow Semantic Versioning (https://semver.org/)
22-
version: 1.4.0
25+
version: 1.11.0
2326

2427
# This is the version number of the application being deployed. This version number should be
2528
# incremented each time you make changes to the application. Versions are not expected to
2629
# follow Semantic Versioning. They should reflect the version the application is using.
2730
# It is recommended to use it with quotes.
28-
appVersion: "v1.4.3-ee"
31+
appVersion: "1.11.0-ce-ee"
32+
33+
# Defined dependencies for subChart
34+
dependencies:
35+
- name: ingress-nginx
36+
version: 4.12.0
37+
repository: file://charts/ingress-nginx
38+
condition: ingress-nginx.enabled
39+
- name: reloader
40+
version: 2.1.4
41+
repository: "file://charts/reloader"
42+
condition: reloader.enabled
43+
- name: prometheus
44+
version: "27.37.0"
45+
repository: "file://charts/prometheus"
46+
condition: prometheus.enabled
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Patterns to ignore when building packages.
2+
# This supports shell glob matching, relative path matching, and
3+
# negation (prefixed with !). Only one pattern per line.
4+
.DS_Store
5+
# Common VCS dirs
6+
.git/
7+
.gitignore
8+
.bzr/
9+
.bzrignore
10+
.hg/
11+
.hgignore
12+
.svn/
13+
# Common backup files
14+
*.swp
15+
*.bak
16+
*.tmp
17+
*~
18+
# Various IDEs
19+
.project
20+
.idea/
21+
*.tmproj
22+
.vscode/
23+
__snapshot__
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
annotations:
2+
artifacthub.io/changes: |
3+
- 'CI: Fix chart testing. (#12258)'
4+
- Update Ingress-Nginx version controller-v1.12.0
5+
artifacthub.io/prerelease: "false"
6+
apiVersion: v2
7+
appVersion: 1.12.0
8+
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and
9+
load balancer
10+
home: https://github.com/kubernetes/ingress-nginx
11+
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Nginx_logo.svg/500px-Nginx_logo.svg.png
12+
keywords:
13+
- ingress
14+
- nginx
15+
kubeVersion: '>=1.21.0-0'
16+
maintainers:
17+
- name: cpanato
18+
- name: Gacko
19+
- name: strongjz
20+
- name: tao12345666333
21+
name: ingress-nginx
22+
sources:
23+
- https://github.com/kubernetes/ingress-nginx
24+
version: 4.12.0
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# See the OWNERS docs: https://www.kubernetes.dev/docs/guide/owners
2+
3+
labels:
4+
- area/helm

0 commit comments

Comments
 (0)