Pragyash Barman
11/06/2025, 2:04 PMairbyte-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:
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:
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!kapa.ai
11/06/2025, 2:05 PM