Skip to content

Commit

Permalink
Update chart.yaml to reference right subchart (#18718)
Browse files Browse the repository at this point in the history
* Update chart.yaml to reference right subchart

* Update airbyte-cron chart name
  • Loading branch information
xpuska513 authored Nov 1, 2022
1 parent 04d84ce commit 3741014
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion charts/airbyte-cron/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: airbyte-cron
name: cron
description: Helm chart to deploy airbyte-cron

# A chart can be either an 'application' or a 'library' chart.
Expand Down
7 changes: 5 additions & 2 deletions charts/airbyte/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ dependencies:
- name: metrics
repository: https://airbytehq.github.io/helm-charts/
version: 0.40.33
digest: sha256:2b6db6ac5a15f3bc2e53c7453ef704f4a6f64ee276ff60a2d7f7d0947fe0a2df
generated: "2022-10-24T14:01:11.885475748Z"
- name: airbyte-cron
repository: https://airbytehq.github.io/helm-charts/
version: 0.40.36
digest: sha256:4bf1839b99570f8c175bf147e3eae2deec2b1dc68a5191e47eb452d5e2c5859e
generated: "2022-10-31T18:20:32.211489+02:00"
16 changes: 8 additions & 8 deletions charts/airbyte/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,33 +33,33 @@ dependencies:
- condition: airbyte-bootloader.enabled
name: airbyte-bootloader
repository: "https://airbytehq.github.io/helm-charts/"
version: 0.40.33
version: 0.40.36
- condition: temporal.enabled
name: temporal
repository: "https://airbytehq.github.io/helm-charts/"
version: 0.40.33
version: 0.40.36
- condition: webapp.enabled
name: webapp
repository: "https://airbytehq.github.io/helm-charts/"
version: 0.40.33
version: 0.40.36
- condition: server.enabled
name: server
repository: "https://airbytehq.github.io/helm-charts/"
version: 0.40.33
version: 0.40.36
- condition: worker.enabled
name: worker
repository: "https://airbytehq.github.io/helm-charts/"
version: 0.40.33
version: 0.40.36
- condition: pod-sweeper.enabled
name: pod-sweeper
repository: "https://airbytehq.github.io/helm-charts/"
version: 0.40.33
version: 0.40.36
- condition: metrics.enabled
name: metrics
repository: "https://airbytehq.github.io/helm-charts/"
version: 0.40.33
version: 0.40.36
- condition: cron.enabled
name: cron
repository: "https://airbytehq.github.io/helm-charts/"
version: 0.40.33
version: 0.40.36

0 comments on commit 3741014

Please sign in to comment.