Skip to content

Commit 6e5b344

Browse files
committed
updated back to .64.7 version
1 parent a6c2d76 commit 6e5b344

File tree

2 files changed

+48
-37
lines changed

2 files changed

+48
-37
lines changed

charts/airbyte/Chart.lock

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

charts/airbyte/Chart.yaml

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
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+
14
apiVersion: v2
25
name: airbyte
36
description: 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

2630
dependencies:
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

Comments
 (0)