You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my helm chart I have following K8s version check -
kubeVersion: '>=1.24.0 <1.31.0'
I deploying on EKS and getting below error -
Error: INSTALLATION FAILED: chart requires kubeVersion: >=1.24.0 <1.31.0 which is incompatible with Kubernetes v1.30.3-eks-a18cd3a
My EKS version -
Client Version: v1.29.2
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.30.3-eks-a18cd3a
Helm version -
version.BuildInfo{Version:"v3.15.2", GitCommit:"1a500d5625419a524fdae4b33de351cc4f58ec35", GitTreeState:"clean", GoVersion:"go1.22.4"}
Please suggest, what is missing here?
The text was updated successfully, but these errors were encountered:
AreebSarvat
changed the title
Helm chart version is not working as expected
Helm chart version check is not working as expected
Sep 27, 2024
In my helm chart I have following K8s version check -
kubeVersion: '>=1.24.0 <1.31.0'
I deploying on EKS and getting below error -
Error: INSTALLATION FAILED: chart requires kubeVersion: >=1.24.0 <1.31.0 which is incompatible with Kubernetes v1.30.3-eks-a18cd3a
My EKS version -
Client Version: v1.29.2
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.30.3-eks-a18cd3a
Helm version -
version.BuildInfo{Version:"v3.15.2", GitCommit:"1a500d5625419a524fdae4b33de351cc4f58ec35", GitTreeState:"clean", GoVersion:"go1.22.4"}
Please suggest, what is missing here?
The text was updated successfully, but these errors were encountered: