Skip to content

Commit 3039636

Browse files
xpuska513davinchia
authored andcommitted
fix: Update helm-docs (airbytehq#16531)
* 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 * fix: add step to install unzip * fix incorrect command spelling(helm) * fix: update slack notification sending for Airbyte CI workflow * fix: Rename Helm E2E test report name * fix: Update helm charts * fix: fix temporal DB Port bug * fix nits * fix: do a small testing for sake of science * fix: Update test chart.yaml with note block * fix: Revert changes for AC tests * fix: Include airbytehq#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 * fix: update helm-docs * fix: revert changes to ingress Co-authored-by: Davin Chia <[email protected]>
1 parent 62fb7da commit 3039636

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

charts/airbyte-temporal/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Helm chart to deploy airbyte-temporal
1717
| affinity | object | `{}` | |
1818
| containerSecurityContext | object | `{}` | |
1919
| enabled | bool | `true` | |
20+
| env_vars | object | `{}` | |
2021
| extraContainers | list | `[]` | |
2122
| extraEnv | list | `[]` | |
2223
| extraInitContainers | list | `[]` | |
@@ -51,6 +52,7 @@ Helm chart to deploy airbyte-temporal
5152
| replicaCount | int | `1` | |
5253
| resources.limits | object | `{}` | |
5354
| resources.requests | object | `{}` | |
55+
| secrets | object | `{}` | |
5456
| service.port | int | `7233` | |
5557
| service.type | string | `"ClusterIP"` | |
5658
| tolerations | list | `[]` | |

charts/airbyte/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Helm chart to deploy airbyte
212212
| webapp.image.repository | string | `"airbyte/webapp"` | |
213213
| webapp.ingress.annotations | object | `{}` | |
214214
| webapp.ingress.className | string | `""` | |
215-
| webapp.ingress.enabled | bool | `false` | |
215+
| webapp.ingress.enabled | bool | `true` | |
216216
| webapp.ingress.hosts | list | `[]` | |
217217
| webapp.ingress.tls | list | `[]` | |
218218
| webapp.livenessProbe.enabled | bool | `true` | |
@@ -238,6 +238,8 @@ Helm chart to deploy airbyte
238238
| webapp.service.type | string | `"ClusterIP"` | |
239239
| webapp.tolerations | list | `[]` | |
240240
| worker.affinity | object | `{}` | |
241+
| worker.containerOrchestrator.enabled | bool | `true` | |
242+
| worker.containerOrchestrator.image | string | `""` | |
241243
| worker.containerSecurityContext | object | `{}` | |
242244
| worker.enabled | bool | `true` | |
243245
| worker.extraEnv | list | `[]` | |

charts/airbyte/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ webapp:
254254
## webapp.ingress.hosts The list of hostnames to be covered with this ingress record.
255255
## webapp.ingress.tls [array] Custom ingress TLS configuration
256256
ingress:
257-
enabled: true
257+
enabled: false
258258
className: ""
259259
annotations: {}
260260
# kubernetes.io/ingress.class: nginx

0 commit comments

Comments
 (0)