Setting custom connector image pull policy in Airbyte helm chart

Summary

How to set the env var JOB_KUBE_SIDECAR_CONTAINER_IMAGE_PULL_POLICY in Airbyte helm chart values.yaml to pull custom connector image from Container Registry when adding custom connector via UI.


Question

Hi, does someone know how I can set the following the env var JOB_KUBE_SIDECAR_CONTAINER_IMAGE_PULL_POLICY inside the Airbyte helm chart values.yaml to pull always the custom connector image from Container Registry when I add custom connector via UI?



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["env-var", "custom-connector", "helm-chart", "values.yaml", "container-registry", "airbyte-platform"]

It looks like this env var isn’t available in the helm chart currently. You would need to download the helm chart and add it.

You could try using workload-launcher.extraEnv in the values.yaml: https://github.com/airbytehq/airbyte-platform/blob/104050ab1f4d08d968dc808b0a009c1b9f849561/charts/airbyte/values.yaml#L969