Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helm chart version check is not working as expected #361

Open
AreebSarvat opened this issue Sep 27, 2024 · 1 comment
Open

Helm chart version check is not working as expected #361

AreebSarvat opened this issue Sep 27, 2024 · 1 comment

Comments

@AreebSarvat
Copy link

AreebSarvat commented 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?

@AreebSarvat AreebSarvat changed the title Helm chart version is not working as expected Helm chart version check is not working as expected Sep 27, 2024
@gjenkins8
Copy link
Member

Issues regarding Helm usage are best posted over on the helm software repo https://github.com/helm/helm. Please repost there. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants