Hi everyone, I was deploying Airbyte OSS with the ...
# ask-community-for-troubleshooting
p
Hi everyone, I was deploying Airbyte OSS with the v2 Helm chart
airbyte-v2/airbyte 2.0.19
and ran into two blockers: • The chart pulls
airbyte/webapp:2.0.1
from Docker Hub, but that tag doesn’t exist:
Copy code
Warning  Failed     4m33s (x5 over 7m24s)   kubelet            Failed to pull image "airbyte/webapp:2.0.1": rpc error: code = NotFound desc = failed to pull and unpack image "<http://docker.io/airbyte/webapp:2.0.1|docker.io/airbyte/webapp:2.0.1>": failed to resolve reference
• If we pin the webapp to the latest Docker Hub tag
1.7.8
so it starts, the UI blows up on the new destination/ new connection page with a TypeError:
Copy code
stacktrace: eCt/</n<@https://.../assets/core-bxruo5x4p5.js:388:105190
How are other OSS users pulling the 2.x images and is there a known workaround for the UI error if we have to stay on 1.7.x? Any guidance would be appreciated—thanks!
k
New message text here