Hi all, Trying to upgrade to the 1.0.0 charts, now...
# kubernetes
g
Hi all, Trying to upgrade to the 1.0.0 charts, now published at
<https://airbytehq.github.io/helm-charts/>
... and I'm getting this error:
Copy code
Helm upgrade failed: template: airbyte/charts/server/templates/deployment.yaml:240:15: executing "airbyte/charts/server/templates/deployment.yaml" at <eq .Values.deploymentMode "oss">: error calling eq: incompatible types for comparison
Any thoughts?
Fixed by setting
server.deploymentMode
, then followed up by:
Copy code
Helm upgrade failed: pre-upgrade hooks failed: timed out waiting for the condition
                       
Last Helm logs:

Add/Modify event for airbyte-airbyte-bootloader: MODIFIED
Pod airbyte-airbyte-bootloader pending
Add/Modify event for airbyte-airbyte-bootloader: MODIFIED
Pod airbyte-airbyte-bootloader pending
warning: Upgrade "airbyte" failed: pre-upgrade hooks failed: timed out waiting for the condition
Copy code
secret "airbyte-postgresql" not found
(nb: postgresql.enabled = false)
Rolling back to v0.39.35-alpha for now 😞
m
I’ll take a look @Gary K sorry for that. Team is trying to work and improve Helm chart but now sometimes become unstable.
g
I know the team is working on improving the charts @Marcos Marx (Airbyte), and I understand. Thank them all 👍
I try to upgrade every week, and may have jumped the gun on these, since I haven't heard any "official" v1.0.0 release of the charts 😄