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 }}