* fix: revert extraEnv. Move updated extraEnv to env_vars * fix: Add node pool selector feature for gke deployments * fix: hotfix. Fix webapp values and imagepullsecrets * fix: remove nodeSelector duplicate * fix: revert imagePullSecrets changes * fix nit * fix: fix bootloader imagepullsecrets * fix: fix image pull secrets again... * feat: add acceptance tests for helm * add step to install unzip * fix incorrect command spelling(helm) * update slack notification sending for Airbyte CI workflow * Rename Helm E2E test report name * fix: Update helm charts * fix: fix temporal DB Port bug * fix nits * do a small testing for sake of science * Update test chart.yaml with note block * Revert changes for AC tests * fix: Include #16166 * fix: add metrics to the ci workflow * fix: revert changes for temporal service. move them to server service; * fix: revert fullstory deletion * fix: change way of defining image tag and make it to be set in global values. Add values.yaml.test for integration testing and local deployment * fix: udpate docs, update values.yaml * fix: fix helpers.tpl in all subcharts * Update chart docs Co-authored-by: Davin Chia <davinchia@gmail.com>
1.7 KiB
1.7 KiB
airbyte-bootloader
Helm chart to deploy airbyte-bootloader
Requirements
| Repository | Name | Version |
|---|---|---|
| https://charts.bitnami.com/bitnami | common | 1.x.x |
Values
| Key | Type | Default | Description |
|---|---|---|---|
| affinity | object | {} |
|
| enabled | bool | true |
|
| env_vars | object | {} |
|
| extraContainers | list | [] |
|
| extraEnv | list | [] |
|
| extraInitContainers | list | [] |
|
| extraVolumeMounts | list | [] |
|
| extraVolumes | list | [] |
|
| global.database.secretName | string | "" |
|
| global.database.secretValue | string | "" |
|
| global.deploymentMode | string | "oss" |
|
| global.env_vars | object | {} |
|
| global.extraContainers | list | [] |
|
| global.secretName | string | "" |
|
| global.secrets | object | {} |
|
| global.serviceAccountName | string | "placeholderServiceAccount" |
|
| image.pullPolicy | string | "IfNotPresent" |
|
| image.repository | string | "airbyte/bootloader" |
|
| nodeSelector | object | {} |
|
| podAnnotations | object | {} |
|
| resources.limits | object | {} |
|
| resources.requests | object | {} |
|
| secrets | object | {} |
|
| tolerations | list | [] |
Autogenerated from chart metadata using helm-docs v1.11.0