Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions charts/csghub/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies:
version: 17.5.0
- name: dataflow
repository: file://charts/dataflow
version: 1.4.0
version: 1.11.0
- name: csgship
repository: file://charts/csgship
version: 0.1.9
Expand All @@ -56,5 +56,5 @@ dependencies:
- name: runner
repository: file://charts/runner
version: 1.11.0
digest: sha256:1c92e5335f4dc0cac684661f8acf120aef61e4fdf25f29583f51659d2aee5652
generated: "2025-09-16T21:46:58.109599+08:00"
digest: sha256:ebc22ef31fc4afd1f1ecc258f96b5809b86e20f328f88af2afdd74842ac2a788
generated: "2025-09-18T23:22:28.100822+08:00"
2 changes: 1 addition & 1 deletion charts/csghub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies:
repository: "file://charts/gitlab-shell"
condition: gitlab-shell.enabled
- name: dataflow
version: "1.4.0"
version: "1.11.0"
repository: "file://charts/dataflow"
condition: dataflow.enabled
- name: csgship
Expand Down
12 changes: 12 additions & 0 deletions charts/csghub/charts/dataflow/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
dependencies:
- name: ingress-nginx
repository: file://charts/ingress-nginx
version: 4.12.0
- name: reloader
repository: file://charts/reloader
version: 2.1.4
- name: prometheus
repository: file://charts/prometheus
version: 27.37.0
digest: sha256:27769b5b68d69ad7ba4c51b5a826c5e9c4edd195b9a94dd533df677339871774
generated: "2025-09-16T22:48:11.941224+08:00"
30 changes: 24 additions & 6 deletions charts/csghub/charts/dataflow/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
apiVersion: v2
name: dataflow
description: Dataflow is a dataset processing tool that provides dataset support for model training and fine-tuning
description: OpenCSG dataflow is a one-stop data processing platform designed to leverage large model technology
and advanced algorithms to optimize the entire data processing lifecycle, enhancing efficiency and precision,
while addressing enterprise challenges in data management such as inefficiency, adaptability gaps, and security
and compliance issues.
home: https://opencsg.com
maintainers:
- name: OpenCSG Inc.
email: support@opencsg.com
icon: https://cdn.jsdelivr.net/gh/OpenCSGs/images/favicon.png
sources:
- https://github.com/OpenCSGs/csghub-charts

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

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v1.4.3-ee"
appVersion: "1.11.0-ce-ee"

# Defined dependencies for subChart
dependencies:
- name: ingress-nginx
version: 4.12.0
repository: file://charts/ingress-nginx
condition: ingress-nginx.enabled
- name: reloader
version: 2.1.4
repository: "file://charts/reloader"
condition: reloader.enabled
- name: prometheus
version: "27.37.0"
repository: "file://charts/prometheus"
condition: prometheus.enabled
23 changes: 23 additions & 0 deletions charts/csghub/charts/dataflow/charts/ingress-nginx/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
__snapshot__
24 changes: 24 additions & 0 deletions charts/csghub/charts/dataflow/charts/ingress-nginx/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
annotations:
artifacthub.io/changes: |
- 'CI: Fix chart testing. (#12258)'
- Update Ingress-Nginx version controller-v1.12.0
artifacthub.io/prerelease: "false"
apiVersion: v2
appVersion: 1.12.0
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and
load balancer
home: https://github.com/kubernetes/ingress-nginx
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Nginx_logo.svg/500px-Nginx_logo.svg.png
keywords:
- ingress
- nginx
kubeVersion: '>=1.21.0-0'
maintainers:
- name: cpanato
- name: Gacko
- name: strongjz
- name: tao12345666333
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
version: 4.12.0
4 changes: 4 additions & 0 deletions charts/csghub/charts/dataflow/charts/ingress-nginx/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# See the OWNERS docs: https://www.kubernetes.dev/docs/guide/owners

labels:
- area/helm
Loading