|
| 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 |
0 commit comments