airbyte-platform
airbyte-platform copied to clipboard
The platform fundament of Airbyte powering all your ELT pipelines. Please file issues in https://github.com/airbytehq/airbyte
## What Solved: #31697 In case you need to implement a sidecar pod that needs to be killed once the bootloader is completed. Example sidecar to connect to db (gcp...
## What Enables customization of storage size when using integrated PostgreSQL as 1GB is not sufficient in heavier usages ## How *Describe the solution* Add value postgresql.storage.volumeClaimValue (default 500Mi). ##...
## What The original service name for `semverCompare "=1.19-0"`. Strangely, the `if` part was updated in a previous PR, but the same change was not made in the `else` part...
## What This PR adds the capability to create the service account secret, during helm install, if the kubernetes cluster version is >= 1.24 Since k8s v1.24 secrets API objects...
## What If current chart is used with `extraContainers` enabled the deployment will fail with the following error message: ``` Error: YAML parse error on cron/templates/deployment.yaml: error converting YAML to...
## What Allow minio deployment to use docker pull secret and solve docker hub download rate limits ## How If **main_container_image_pull_secret** variable exists add **imagePullSecrets** block into minio deployment ##...
## What Adds the ability for users of the [airbyte Helm chart](https://docs.airbyte.com/deploying-airbyte/on-kubernetes-via-helm) to set resources for the PostgreSQL and Minio deployments. ## How Helm templating / values. Doesn't set any...
## What It repairs `airbyte-api-server` port and adds missing ingress ## How *Describe the solution* ## Can this PR be safely reverted / rolled back? *If you know that your...
## What The worker container and server container deployment definitions are not the same and handle aws_access_key and secret_key differently. The server templating in the deployment takes a shortcut checking...
## What *Describe what the change is solving* It allows to have custom size of pvc disk size ## How use helm chart values ## Recommended reading order 1. `x.java`...