charts icon indicating copy to clipboard operation
charts copied to clipboard

kubeVersion doesn't work with complex version

Open trispera opened this issue 1 year ago • 1 comments

Hello,

There is an error when trying to install httpd-template on OKD 4.13 with Kubernetes Version: v1.26.4-3014+636f2be6157d45-dirty

Error: INSTALLATION FAILED: chart requires kubeVersion: >=1.20.0 which is incompatible with Kubernetes v1.26.4-3014+636f2be6157d45-dirty

To fix this, you have to add -0 to kubeVersion in Chart.yaml file:

kubeVersion: '>=1.20.0-0'

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

trispera avatar Dec 19 '23 12:12 trispera