adding one click repo and vth helm charts
[it/otf.git] / one-click / one-click-core / Chart.yaml
1 apiVersion: v2
2 name: one-click-core
3 description: A Helm chart for one click deploymeny 
4
5 # A chart can be either an 'application' or a 'library' chart.
6 #
7 # Application charts are a collection of templates that can be packaged into versioned archives
8 # to be deployed.
9 #
10 # Library charts provide useful utilities or functions for the chart developer. They're included as
11 # a dependency of application charts to inject those utilities and functions into the rendering
12 # pipeline. Library charts do not define any templates and therefore cannot be deployed.
13 #type: application
14
15 # This is the chart version. This version number should be incremented each time you make changes
16 # to the chart and its templates, including the app version.
17 #version: 0.1.0
18 version: 0.0.1
19
20 # This is the version number of the application being deployed. This version number should be
21 # incremented each time you make changes to the application.
22 #appVersion: 1.16.0
23 appVersion: "1.0"
24
25 dependencies:
26 - name: otf-oran-service-api
27   version: 0.0.1-SNAPSHOT
28   repository: "file://../../otf-service-api/helm/otf-service-api/"
29 - name: otf-camunda
30   version: 0.0.1-SNAPSHOT
31   repository: "file://../../otf-camunda/helm/otf-camunda/"
32 - name: otf-frontend
33   version: 0.0.5-SNAPSHOT
34   repository: "file://../../otf-frontend/helm/otf-frontend/"