Error building EKS image after commit

Summary

Error validating data in ConfigMap for pre-install hook in EKS image build process after a recent commit to add environment variables. Requesting assistance on fixing values.yaml to resolve the error.


Question

Hi, I’m getting an error while building my eks image -
unable to build kubernetes object for pre-install hook airbyte/templates/env-configmap.yaml: error validating "": error validating data: [unknown object type "nil" in ConfigMap.data.CONNECTOR_SIDECAR_IMAGE, unknown object type "nil" in ConfigMap.data.CONTAINER_ORCHESTRATOR_IMAGE, unknown object type "nil" in ConfigMap.data.WORKLOAD_INIT_IMAGE]
I believe this issue has started after a commit 5 days ago https://github.com/airbytehq/airbyte-platform/commit/2ea608686f2566103cd0f7060cfe7036097d2b45 to add env vars to set additional launcher images. Can somebody help me how to fix my values.yaml to get through this error



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

["error", "building-eks-image", "commit", "values.yaml", "configmap", "environment-variables"]

Can you open a Github issue and share your current values.yaml ? I’ll ask the team to take a look

I ran into this too and created <Issues · airbytehq/airbyte · GitHub 44171>

Thanks for opening the issue <@U07H0EK61GD>. I didn’t get to it.

To get going, I fixed the helm chart version to 0.383.1 which didn’t have this bug.

succeed in local docker desktop k8s, but got same error when deploy to remote k8s cluster.