1+ # ## This Chart.yaml file is used for local testing purposes
2+ # ## If you want to test the chart before creating PR, rename this file into Chart.yaml and test the deployment
3+
14apiVersion : v2
25name : airbyte
36description : Helm chart to deploy airbyte
47
8+
59# A chart can be either an 'application' or a 'library' chart.
610#
711# Application charts are a collection of templates that can be packaged into versioned archives
@@ -15,13 +19,13 @@ type: application
1519# This is the chart version. This version number should be incremented each time you make changes
1620# to the chart and its templates, including the app version.
1721# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.64.20
22+ version : 0.620.2
1923
2024# This is the version number of the application being deployed. This version number should be
2125# incremented each time you make changes to the application. Versions are not expected to
2226# follow Semantic Versioning. They should reflect the version the application is using.
2327# It is recommended to use it with quotes.
24- appVersion : 0.57.2
28+ appVersion : 0.64.7
2529
2630dependencies :
2731 - name : common
@@ -32,56 +36,60 @@ dependencies:
3236 - condition : airbyte-bootloader.enabled
3337 name : airbyte-bootloader
3438 repository : https://airbytehq.github.io/helm-charts/
35- version : 0.64.20
39+ version : 0.620.2
3640 - condition : temporal.enabled
3741 name : temporal
3842 repository : https://airbytehq.github.io/helm-charts/
39- version : 0.64.20
43+ version : 0.620.2
44+ - condition : temporal-ui.enabled
45+ name : temporal-ui
46+ repository : https://airbytehq.github.io/helm-charts/
47+ version : 0.620.2
4048 - condition : webapp.enabled
4149 name : webapp
4250 repository : https://airbytehq.github.io/helm-charts/
43- version : 0.64.20
51+ version : 0.620.2
4452 - condition : server.enabled
4553 name : server
4654 repository : https://airbytehq.github.io/helm-charts/
47- version : 0.64.20
48- - condition : airbyte-api-server.enabled
49- name : airbyte-api-server
50- repository : https://airbytehq.github.io/helm-charts/
51- version : 0.64.20
55+ version : 0.620.2
5256 - condition : worker.enabled
5357 name : worker
5458 repository : https://airbytehq.github.io/helm-charts/
55- version : 0.64.20
59+ version : 0.620.2
5660 - condition : workload-api-server.enabled
5761 name : workload-api-server
5862 repository : https://airbytehq.github.io/helm-charts/
59- version : 0.64.20
63+ version : 0.620.2
6064 - condition : workload-launcher.enabled
6165 name : workload-launcher
6266 repository : https://airbytehq.github.io/helm-charts/
63- version : 0.64.20
67+ version : 0.620.2
6468 - condition : pod-sweeper.enabled
6569 name : pod-sweeper
6670 repository : https://airbytehq.github.io/helm-charts/
67- version : 0.64.20
71+ version : 0.620.2
6872 - condition : metrics.enabled
6973 name : metrics
7074 repository : https://airbytehq.github.io/helm-charts/
71- version : 0.64.20
75+ version : 0.620.2
7276 - condition : cron.enabled
7377 name : cron
7478 repository : https://airbytehq.github.io/helm-charts/
75- version : 0.64.20
79+ version : 0.620.2
7680 - condition : connector-builder-server.enabled
7781 name : connector-builder-server
7882 repository : https://airbytehq.github.io/helm-charts/
79- version : 0.64.20
83+ version : 0.620.2
84+ - condition : connector-rollout-worker.enabled
85+ name : connector-rollout-worker
86+ repository : https://airbytehq.github.io/helm-charts/
87+ version : 1.1.0
8088 - condition : keycloak.enabled
8189 name : keycloak
8290 repository : https://airbytehq.github.io/helm-charts/
83- version : 0.64.20
91+ version : 0.620.2
8492 - condition : keycloak-setup.enabled
8593 name : keycloak-setup
8694 repository : https://airbytehq.github.io/helm-charts/
87- version : 0.64.20
95+ version : 0.620.2
0 commit comments