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

kubeVersion doesn't work with complex version #1151

Open
trispera opened this issue Dec 19, 2023 · 1 comment
Open

kubeVersion doesn't work with complex version #1151

trispera opened this issue Dec 19, 2023 · 1 comment

Comments

@trispera
Copy link

trispera commented Dec 19, 2023

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'

helm/helm#9371

@komish
Copy link
Collaborator

komish commented Dec 19, 2023

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