helm / helm/community

Helm chart version check is not working as expected

Open
#361 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
495
Forks
210
PR merge metrics
No merged PRs in 30d

Description

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?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.