From e105033681c4c4fa628b952bddcb0b1d9ab660fc Mon Sep 17 00:00:00 2001 From: michaeljguarino Date: Thu, 10 Oct 2024 16:54:41 -0400 Subject: [PATCH] fix airbyte chart --- airbyte/helm/airbyte/Chart.yaml | 2 +- airbyte/helm/airbyte/templates/bootloader.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/airbyte/helm/airbyte/Chart.yaml b/airbyte/helm/airbyte/Chart.yaml index 27c4acdc4..b442d3eaf 100644 --- a/airbyte/helm/airbyte/Chart.yaml +++ b/airbyte/helm/airbyte/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: airbyte description: Unified data integration platform type: application -version: 0.4.27 +version: 0.4.28 appVersion: 0.50.33 dependencies: - name: airbyte diff --git a/airbyte/helm/airbyte/templates/bootloader.yaml b/airbyte/helm/airbyte/templates/bootloader.yaml index 30953c7e8..93af74c20 100644 --- a/airbyte/helm/airbyte/templates/bootloader.yaml +++ b/airbyte/helm/airbyte/templates/bootloader.yaml @@ -1,4 +1,4 @@ -apiVersion: v1 +apiVersion: batch/v1 kind: Job metadata: name: airbyte-bootloader-{{ .Values.bootloader.image.tag | sha256sum | trunc 8 }}