what is the application that launches this one? re...
# ask-ai
l
what is the application that launches this one? replication-job-498351-attempt-3 upgraded the helm chart and it stopped working because I dont know how to specify extracontainers for i
u
The application that launches the replication jobs in Airbyte is the
replication-orchestrator
. This is part of the Airbyte's data replication process which is responsible for orchestrating the data sync between the source and destination. Regarding your issue with the Helm chart and
extraContainers
, it seems there was a bug where the Helm chart templates did not correctly render
extraContainers
values. This issue has been fixed as per the [September 2022 release notes](https://docs.airbyte.com/release_notes/september_2022#bugs). If you're still facing issues, you might want to check your Helm chart configuration and ensure that you're using the correct syntax and values for
extraContainers
. If the problem persists, consider opening an issue on the [Airbyte GitHub repository](https://github.com/airbytehq/airbyte/issues) for further assistance.
l
@kapa.ai no such pod on 0.654.0 helm chart
u
I'm sorry, but the knowledge sources provided do not contain information about a missing pod in the 0.654.0 Helm chart for Airbyte. It's important to note that the Helm chart versions mentioned in the sources are 0.290.0 and 0.50.3, and the Airbyte versions are 0.63.6 and 0.50.35. If you're experiencing issues with a specific pod in the 0.654.0 Helm chart, I would recommend checking the official Airbyte GitHub issues page for similar issues or creating a new issue detailing the problem you're facing. For more information about deploying Airbyte with Helm, you can refer to the [official Airbyte documentation](https://docs.airbyte.com/deploying-airbyte/#1-add-the-helm-repository).