-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChart.yaml.test
99 lines (93 loc) · 3.39 KB
/
Chart.yaml.test
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
### This Chart.yaml file is used for local testing purposes
### If you want to test the chart before creating PR, rename this file into Chart.yaml and test the deployment
apiVersion: v2
name: airbyte
description: Helm chart to deploy airbyte
# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
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: 0.1.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: "dev"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
- condition: airbyte-bootloader.enabled
name: airbyte-bootloader
repository: "file://../airbyte-bootloader"
version: "*"
- condition: temporal.enabled
name: temporal
repository: "file://../airbyte-temporal"
version: "*"
- condition: temporal-ui.enabled
name: temporal-ui
repository: "file://../airbyte-temporal-ui"
version: "*"
- condition: webapp.enabled
name: webapp
repository: "file://../airbyte-webapp"
version: "*"
- condition: server.enabled
name: server
repository: "file://../airbyte-server"
version: "*"
- condition: worker.enabled
name: worker
repository: "file://../airbyte-worker"
version: "*"
- condition: workload-api-server.enabled
name: workload-api-server
repository: "file://../airbyte-workload-api-server"
version: "*"
- condition: workload-launcher.enabled
name: workload-launcher
repository: "file://../airbyte-workload-launcher"
version: "*"
- condition: pod-sweeper.enabled
name: pod-sweeper
repository: "file://../airbyte-pod-sweeper"
version: "*"
- condition: metrics.enabled
name: metrics
repository: "file://../airbyte-metrics"
version: "*"
- condition: cron.enabled
name: cron
repository: "file://../airbyte-cron"
version: "*"
- condition: connector-builder-server.enabled
name: connector-builder-server
repository: "file://../airbyte-connector-builder-server"
version: "*"
- condition: connector-rollout-worker.enabled
name: connector-rollout-worker
repository: "file://../airbyte-connector-rollout-worker"
version: "*"
- condition: keycloak.enabled
name: keycloak
repository: "file://../airbyte-keycloak"
version: "*"
- condition: keycloak-setup.enabled
name: keycloak-setup
repository: "file://../airbyte-keycloak-setup"
version: "*"
- condition: featureflag-server.enabled
name: featureflag-server
repository: "file://../airbyte-featureflag-server"
version: "*"