Just updated the Airbyte Helm chart to `0.40.38` a...
# ask-community-for-troubleshooting
d
Just updated the Airbyte Helm chart to
0.40.38
and getting an error when attempting to deploy to my dev environment:
Copy code
│ Error: error validating "": error validating data: [ValidationError(Deployment.spec.template.spec.containers[0]): unknown field "limits" in io.k8s.api.core.v1.Container, ValidationError(Deployment.spec.template.spec.containers[0]): unknown field "requests" in io.k8s.api.core.v1.Container]
👀 1
@Kyryl Skobylko I might be mistaken, one sec.
👌 1
Yea still erroring
k
JFYI: I don’t recommend using any release past
0.40.35
since our release process got broken again… Due to GitHub deprecating
set-output
function and it screwing up the release process, there could be a flaky or version mismatch until this is fixed. P.s we’re already working on resolving it
About the issue, are you using EKS/GKE or bare-metal cluster?
+ can you send the output of
kubectl --version
?
d
Yea, EKS.
Copy code
Client Version: v1.24.1
Kustomize Version: v4.5.4
Server Version: v1.21.14-eks-6d3986b
WARNING: version difference between client (1.24) and server (1.21) exceeds the supported minor version skew of +/-1
k
Hmm also getting the same error…
In docker-desktop it succeeds but on GKE it fails with the same error
Found the issue, it’s in the latest added sub-chart
cron
👍 1
n
Thank you for finding the issue here, @Kyryl Skobylko! 🙂
k
@Dustin Shapiro it’s fixed, but as I mentioned above, rn we’re having some difficulties with GitHub deprecation stuff which made the release process to fail on each run. This probably should be fixed EOD
👍 1
👍🏽 1
You can use the latest release
0.40.39
it was published recently
👀 1
@Dustin Shapiro , does it work now, or there’s a new issue present?
d
Will update and deploy shortly
Going to dev now…
Taking longer than normal to modify…
Timed out, let me look at the logs
Getting a
CreateContainerConfigError
on the airtbyte-cron pod creation
Copy code
Warning  Failed     4m2s (x12 over 6m7s)  kubelet            Error: couldn't find key AIRBYTE_ROLE in ConfigMap data/airbyte-airbyte-env
👀 1
Which is not a value I’ve ever set
k