Skip to content

Commit a0d5b3b

Browse files
masonCheinTian
authored andcommitted
feat: add runner to csghub subchart
1 parent 395c15d commit a0d5b3b

File tree

236 files changed

+45483
-7
lines changed

Some content is hidden

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

236 files changed

+45483
-7
lines changed

charts/csghub/Chart.lock

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,8 @@ dependencies:
5353
- name: prometheus
5454
repository: file://charts/prometheus
5555
version: 27.37.0
56-
digest: sha256:df269a20c090b93cf51d79e15eea2855959e574f6dbc0bc31c0332bb65c24907
57-
generated: "2025-09-16T20:21:37.725364+08:00"
56+
- name: runner
57+
repository: file://charts/runner
58+
version: 1.11.0
59+
digest: sha256:1c92e5335f4dc0cac684661f8acf120aef61e4fdf25f29583f51659d2aee5652
60+
generated: "2025-09-16T21:46:58.109599+08:00"

charts/csghub/Chart.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,7 @@ dependencies:
100100
version: "27.37.0"
101101
repository: "file://charts/prometheus"
102102
condition: prometheus.enabled
103+
- name: runner
104+
version: "1.11.0"
105+
repository: "file://charts/runner"
106+
condition: runner.enabled
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
*.orig
18+
*~
19+
# Various IDEs
20+
.project
21+
.idea/
22+
*.tmproj
23+
.vscode/
24+
tests/
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:08:41.303058+08:00"
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
apiVersion: v2
2+
name: runner
3+
description: Responsible for deploying and managing application instances in the Kubernetes cluster to
4+
ensure fast building and continuous delivery of applications.
5+
home: https://opencsg.com
6+
icon: https://cdn.jsdelivr.net/gh/OpenCSGs/images/favicon.png
7+
sources:
8+
- https://github.com/OpenCSGs/csghub-charts
9+
10+
# A chart can be either an 'application' or a 'library' chart.
11+
#
12+
# Application charts are a collection of templates that can be packaged into versioned archives
13+
# to be deployed.
14+
#
15+
# Library charts provide useful utilities or functions for the chart developer. They're included as
16+
# a dependency of application charts to inject those utilities and functions into the rendering
17+
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
18+
type: application
19+
20+
# This is the chart version. This version number should be incremented each time you make changes
21+
# to the chart and its templates, including the app version.
22+
# Versions are expected to follow Semantic Versioning (https://semver.org/)
23+
version: 1.11.0
24+
25+
# This is the version number of the application being deployed. This version number should be
26+
# incremented each time you make changes to the application. Versions are not expected to
27+
# follow Semantic Versioning. They should reflect the version the application is using.
28+
# It is recommended to use it with quotes.
29+
appVersion: "v1.11.0-ce-ee"
30+
31+
# Defined dependencies for subChart
32+
dependencies:
33+
- name: ingress-nginx
34+
version: 4.12.0
35+
repository: file://charts/ingress-nginx
36+
condition: ingress-nginx.enabled
37+
- name: reloader
38+
version: 2.1.4
39+
repository: "file://charts/reloader"
40+
condition: reloader.enabled
41+
- name: prometheus
42+
version: "27.37.0"
43+
repository: "file://charts/prometheus"
44+
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)