Does anyone know how I can specify (in the helm ch...
# ask-community-for-troubleshooting
r
Does anyone know how I can specify (in the helm chart) image URIs for 
JOB_POD_SOCAT_IMAGE
 , 
JOB_POD_BUSYBOX_IMAGE
 , 
JOB_POD_CURL_IMAGE
  ? (deployment: K8s/ helm chart -- 0.33.15-alpha)
👀 1
a
Hi @Renzo B we renamed these variables to
JOB_KUBE_*
and not
JOB_POD_*
You need to add your custom values for this environment variable in
charts/airbyte/templates/env-configmap.yaml
And then map these to the worker pod in
charts/airbyte/templates/worker/deployment.yaml
r
@Augustin Lafanechere (Airbyte) Thank you!!!