Skip to content

Commit a6c2d76

Browse files
committed
updated version to v0.57.2
1 parent 34ae9fe commit a6c2d76

File tree

2 files changed

+37
-48
lines changed

2 files changed

+37
-48
lines changed

charts/airbyte/Chart.lock

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,48 +4,45 @@ dependencies:
44
version: 1.17.1
55
- name: airbyte-bootloader
66
repository: https://airbytehq.github.io/helm-charts/
7-
version: 0.620.2
7+
version: 0.64.20
88
- name: temporal
99
repository: https://airbytehq.github.io/helm-charts/
10-
version: 0.620.2
11-
- name: temporal-ui
12-
repository: https://airbytehq.github.io/helm-charts/
13-
version: 0.620.2
10+
version: 0.64.20
1411
- name: webapp
1512
repository: https://airbytehq.github.io/helm-charts/
16-
version: 0.620.2
13+
version: 0.64.20
1714
- name: server
1815
repository: https://airbytehq.github.io/helm-charts/
19-
version: 0.620.2
16+
version: 0.64.20
17+
- name: airbyte-api-server
18+
repository: https://airbytehq.github.io/helm-charts/
19+
version: 0.64.20
2020
- name: worker
2121
repository: https://airbytehq.github.io/helm-charts/
22-
version: 0.620.2
22+
version: 0.64.20
2323
- name: workload-api-server
2424
repository: https://airbytehq.github.io/helm-charts/
25-
version: 0.620.2
25+
version: 0.64.20
2626
- name: workload-launcher
2727
repository: https://airbytehq.github.io/helm-charts/
28-
version: 0.620.2
28+
version: 0.64.20
2929
- name: pod-sweeper
3030
repository: https://airbytehq.github.io/helm-charts/
31-
version: 0.620.2
31+
version: 0.64.20
3232
- name: metrics
3333
repository: https://airbytehq.github.io/helm-charts/
34-
version: 0.620.2
34+
version: 0.64.20
3535
- name: cron
3636
repository: https://airbytehq.github.io/helm-charts/
37-
version: 0.620.2
37+
version: 0.64.20
3838
- name: connector-builder-server
3939
repository: https://airbytehq.github.io/helm-charts/
40-
version: 0.620.2
41-
- name: connector-rollout-worker
42-
repository: https://airbytehq.github.io/helm-charts/
43-
version: 1.1.0
40+
version: 0.64.20
4441
- name: keycloak
4542
repository: https://airbytehq.github.io/helm-charts/
46-
version: 0.620.2
43+
version: 0.64.20
4744
- name: keycloak-setup
4845
repository: https://airbytehq.github.io/helm-charts/
49-
version: 0.620.2
50-
digest: sha256:f5c86f83bd128f2dd725e0a92fdc204ab7782169babf846c065e79f91cd3e63a
51-
generated: "2024-10-23T11:13:05.733012509+05:30"
46+
version: 0.64.20
47+
digest: sha256:7221417d21e9ca3a0789d657b0e72a9edd17ba0a8d0bd52b72031ed7d51d62e2
48+
generated: "2024-10-24T12:04:29.296187534+05:30"

charts/airbyte/Chart.yaml

Lines changed: 19 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
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-
41
apiVersion: v2
52
name: airbyte
63
description: Helm chart to deploy airbyte
74

8-
95
# A chart can be either an 'application' or a 'library' chart.
106
#
117
# Application charts are a collection of templates that can be packaged into versioned archives
@@ -19,13 +15,13 @@ type: application
1915
# This is the chart version. This version number should be incremented each time you make changes
2016
# to the chart and its templates, including the app version.
2117
# Versions are expected to follow Semantic Versioning (https://semver.org/)
22-
version: 0.620.2
18+
version: 0.64.20
2319

2420
# This is the version number of the application being deployed. This version number should be
2521
# incremented each time you make changes to the application. Versions are not expected to
2622
# follow Semantic Versioning. They should reflect the version the application is using.
2723
# It is recommended to use it with quotes.
28-
appVersion: 0.64.7
24+
appVersion: 0.57.2
2925

3026
dependencies:
3127
- name: common
@@ -36,60 +32,56 @@ dependencies:
3632
- condition: airbyte-bootloader.enabled
3733
name: airbyte-bootloader
3834
repository: https://airbytehq.github.io/helm-charts/
39-
version: 0.620.2
35+
version: 0.64.20
4036
- condition: temporal.enabled
4137
name: temporal
4238
repository: https://airbytehq.github.io/helm-charts/
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
39+
version: 0.64.20
4840
- condition: webapp.enabled
4941
name: webapp
5042
repository: https://airbytehq.github.io/helm-charts/
51-
version: 0.620.2
43+
version: 0.64.20
5244
- condition: server.enabled
5345
name: server
5446
repository: https://airbytehq.github.io/helm-charts/
55-
version: 0.620.2
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
5652
- condition: worker.enabled
5753
name: worker
5854
repository: https://airbytehq.github.io/helm-charts/
59-
version: 0.620.2
55+
version: 0.64.20
6056
- condition: workload-api-server.enabled
6157
name: workload-api-server
6258
repository: https://airbytehq.github.io/helm-charts/
63-
version: 0.620.2
59+
version: 0.64.20
6460
- condition: workload-launcher.enabled
6561
name: workload-launcher
6662
repository: https://airbytehq.github.io/helm-charts/
67-
version: 0.620.2
63+
version: 0.64.20
6864
- condition: pod-sweeper.enabled
6965
name: pod-sweeper
7066
repository: https://airbytehq.github.io/helm-charts/
71-
version: 0.620.2
67+
version: 0.64.20
7268
- condition: metrics.enabled
7369
name: metrics
7470
repository: https://airbytehq.github.io/helm-charts/
75-
version: 0.620.2
71+
version: 0.64.20
7672
- condition: cron.enabled
7773
name: cron
7874
repository: https://airbytehq.github.io/helm-charts/
79-
version: 0.620.2
75+
version: 0.64.20
8076
- condition: connector-builder-server.enabled
8177
name: connector-builder-server
8278
repository: https://airbytehq.github.io/helm-charts/
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
79+
version: 0.64.20
8880
- condition: keycloak.enabled
8981
name: keycloak
9082
repository: https://airbytehq.github.io/helm-charts/
91-
version: 0.620.2
83+
version: 0.64.20
9284
- condition: keycloak-setup.enabled
9385
name: keycloak-setup
9486
repository: https://airbytehq.github.io/helm-charts/
95-
version: 0.620.2
87+
version: 0.64.20

0 commit comments

Comments
 (0)