infinispan / infinispan-helm-charts

Apache License 2.0
13 stars 26 forks source link

Not able to deploy to EKS because of kubeVersion comparison #79

Closed preetsindhal closed 1 year ago

preetsindhal commented 1 year ago

Error: Helm install failed: chart requires kubeVersion: >= 1.21.0 which is incompatible with Kubernetes v1.24.13-eks-0a21954

Fix: I tested it can be fixed by adding kubeVersion: >= 1.21.0-0 but not sure if it works well with non EKS clusters.

https://github.com/helm/helm/issues/10375

Thanks.

ryanemerson commented 1 year ago

Fixed. Thanks for raising the issue @preetsindhal

preetsindhal commented 1 year ago

Fixed. Thanks for raising the issue @preetsindhal

Thanks for quick response and fix @ryanemerson