Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch temporal to airbyte/temporal-auto-start:1.13.0 in chart values - works with amd64/arm64 #18736

Merged
merged 8 commits into from
Dec 15, 2022
6 changes: 3 additions & 3 deletions charts/airbyte-temporal/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# temporal

![Version: 0.39.36](https://img.shields.io/badge/Version-0.39.36-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.40.4](https://img.shields.io/badge/AppVersion-0.40.4-informational?style=flat-square)
![Version: 0.40.33](https://img.shields.io/badge/Version-0.40.33-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.40.17](https://img.shields.io/badge/AppVersion-0.40.17-informational?style=flat-square)

Helm chart to deploy airbyte-temporal

Expand Down Expand Up @@ -33,8 +33,8 @@ Helm chart to deploy airbyte-temporal
| global.secretName | string | `""` | |
| global.serviceAccountName | string | `"placeholderServiceAccount"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"temporalio/auto-setup"` | |
| image.tag | string | `"1.7.0"` | |
| image.repository | string | `"airbyte/temporal-auto-setup"` | |
| image.tag | string | `"1.13.0"` | |
| livenessProbe.enabled | bool | `true` | |
| livenessProbe.failureThreshold | int | `3` | |
| livenessProbe.initialDelaySeconds | int | `5` | |
Expand Down
9 changes: 3 additions & 6 deletions charts/airbyte-temporal/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

global:
serviceAccountName: placeholderServiceAccount
deploymentMode: oss
Expand All @@ -11,7 +10,6 @@ global:
host: "example.com"
port: "5432"


enabled: true
## temporal.replicaCount The number of temporal replicas to deploy
replicaCount: 1
Expand All @@ -20,9 +18,9 @@ replicaCount: 1
## temporal.image.pullPolicy The pull policy for the temporal image
## temporal.image.tag The temporal image tag to use
image:
repository: temporalio/auto-setup
repository: airbyte/temporal-auto-setup
pullPolicy: IfNotPresent
tag: "1.7.0"
tag: "1.13.0"

## temporal.service.type The Kubernetes Service Type
## temporal.service.port The temporal port and exposed kubernetes port
Expand All @@ -46,7 +44,7 @@ containerSecurityContext: {}
## Examples (when using `temporal.containerSecurityContext.readOnlyRootFilesystem=true`):
## extraInitContainers:
## - name: config-loader
## image: temporalio/auto-setup:1.7.0
## image: airbyte/temporal-auto-setup:1.13.0
## command:
## - /bin/sh
## - -c
Expand Down Expand Up @@ -154,7 +152,6 @@ resources:

extraContainers: []


## secrets [object] Supply additional secrets to container
## Example:
## secrets:
Expand Down
8 changes: 5 additions & 3 deletions charts/airbyte/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# airbyte

![Version: 0.39.36](https://img.shields.io/badge/Version-0.39.36-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.40.23](https://img.shields.io/badge/AppVersion-0.40.23-informational?style=flat-square)

![Version: 0.40.33](https://img.shields.io/badge/Version-0.40.33-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.40.17](https://img.shields.io/badge/AppVersion-0.40.17-informational?style=flat-square)

Helm chart to deploy airbyte

Expand Down Expand Up @@ -174,8 +175,8 @@ Helm chart to deploy airbyte
| temporal.extraVolumeMounts | list | `[]` | |
| temporal.extraVolumes | list | `[]` | |
| temporal.image.pullPolicy | string | `"IfNotPresent"` | |
| temporal.image.repository | string | `"temporalio/auto-setup"` | |
| temporal.image.tag | string | `"1.7.0"` | |
| temporal.image.repository | string | `"airbyte/temporal-auto-setup"` | |
| temporal.image.tag | string | `"1.13.0"` | |
| temporal.livenessProbe.enabled | bool | `true` | |
| temporal.livenessProbe.failureThreshold | int | `3` | |
| temporal.livenessProbe.initialDelaySeconds | int | `5` | |
Expand Down Expand Up @@ -242,6 +243,7 @@ Helm chart to deploy airbyte
| worker.containerOrchestrator.image | string | `""` | |
| worker.containerSecurityContext | object | `{}` | |
| worker.enabled | bool | `true` | |
| worker.extraContainers | list | `[]` | |
| worker.extraEnv | list | `[]` | |
| worker.extraVolumeMounts | list | `[]` | |
| worker.extraVolumes | list | `[]` | |
Expand Down
7 changes: 3 additions & 4 deletions charts/airbyte/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1045,9 +1045,9 @@ temporal:
## temporal.image.pullPolicy The pull policy for the temporal image
## temporal.image.tag The temporal image tag to use
image:
repository: temporalio/auto-setup
repository: airbyte/temporal-auto-setup
pullPolicy: IfNotPresent
tag: "1.7.0"
tag: "1.13.0"

## temporal.service.type The Kubernetes Service Type
## temporal.service.port The temporal port and exposed kubernetes port
Expand All @@ -1071,7 +1071,7 @@ temporal:
## Examples (when using `temporal.containerSecurityContext.readOnlyRootFilesystem=true`):
## extraInitContainers:
## - name: config-loader
## image: temporalio/auto-setup:1.7.0
## image: airbyte/temporal-auto-setup:1.13.4
## command:
## - /bin/sh
## - -c
Expand Down Expand Up @@ -1407,7 +1407,6 @@ cron:
## DATABASE_HOST: airbyte-db
## DATABASE_PORT: 5432
env_vars: {}

connectorBuilderServer:
enabled: true
service:
Expand Down
6 changes: 3 additions & 3 deletions charts/airbyte/values.yaml.test
Original file line number Diff line number Diff line change
Expand Up @@ -1033,9 +1033,9 @@ temporal:
## temporal.image.pullPolicy The pull policy for the temporal image
## temporal.image.tag The temporal image tag to use
image:
repository: temporalio/auto-setup
repository: airbyte/temporal-auto-setup
pullPolicy: IfNotPresent
tag: "1.7.0"
tag: "1.13.0"

## temporal.service.type The Kubernetes Service Type
## temporal.service.port The temporal port and exposed kubernetes port
Expand All @@ -1059,7 +1059,7 @@ temporal:
## Examples (when using `temporal.containerSecurityContext.readOnlyRootFilesystem=true`):
## extraInitContainers:
## - name: config-loader
## image: temporalio/auto-setup:1.7.0
## image: airbyte/temporal-auto-setup:1.13.0
## command:
## - /bin/sh
## - -c
Expand Down
2 changes: 1 addition & 1 deletion docs/troubleshooting/on-deploying.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ CONTAINER ID IMAGE COMMAND CREATED
f02fc709b130 airbyte/server:1.11.1-alpha "/bin/bash -c './wai…" 2 hours ago Up 2 hours 8000/tcp, [...] :::8001->8001/tcp airbyte-server
153b2b322870 airbyte/webapp:1.11.1-alpha "/docker-entrypoint.…" 2 hours ago Up 2 hours :::8000->80/tcp airbyte-webapp
b88d94652268 airbyte/db:1.11.1-alpha "docker-entrypoint.s…" 2 hours ago Up 2 hours 5432/tcp airbyte-db
0573681a10e0 temporalio/auto-setup:1.7.0 "/entrypoint.sh /bin…" 2 hours ago Up 2 hours 6933-6935/tcp, [...] airbyte-temporal
0573681a10e0 airbyte/temporal-auto-setup:1.13.4 "/entrypoint.sh /bin…" 2 hours ago Up 2 hours 6933-6935/tcp, [...] airbyte-temporal
```

You must see 4 containers running. If you are not seeing execute the following steps:
Expand Down
4 changes: 2 additions & 2 deletions kube/overlays/dev-integration-test/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ images:
newTag: dev
- name: airbyte/worker
newTag: dev
- name: temporalio/auto-setup
newTag: 1.7.0
- name: airbyte/temporal-auto-setup
newTag: 1.13.0
- name: airbyte/cron
newTag: dev
- name: airbyte/connector-builder-server
Expand Down
4 changes: 2 additions & 2 deletions kube/overlays/dev/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ images:
newTag: dev
- name: airbyte/worker
newTag: dev
- name: temporalio/auto-setup
newTag: 1.7.0
- name: airbyte/temporal-auto-setup
newTag: 1.13.0
- name: airbyte/cron
newTag: dev
- name: airbyte/connector-builder-server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ images:
- name: airbyte/worker
newTag: 0.40.23
- name: temporalio/auto-setup
newTag: 1.7.0
newTag: 1.13.4
- name: airbyte/cron
newTag: 0.40.23
- name: airbyte/connector-builder-server
Expand Down
6 changes: 3 additions & 3 deletions kube/overlays/stable/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ images:
- name: airbyte/webapp
newTag: 0.40.23
- name: airbyte/worker
newTag: 0.40.23
- name: temporalio/auto-setup
newTag: 1.7.0
newTag: 0.40.17
- name: airbyte/temporal-auto-setup
newTag: 1.13.0
- name: airbyte/cron
newTag: 0.40.23
- name: airbyte/connector-builder-server
Expand Down
2 changes: 1 addition & 1 deletion kube/resources/temporal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
spec:
containers:
- name: airbyte-temporal
image: temporalio/auto-setup:1.7.0
image: airbyte/temporal-auto-setup:1.13.0
env:
- name: POSTGRES_USER
valueFrom:
Expand Down