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

Kubernetes version check doesn't work on some versions (example: k3s) #61

Open
lcotonea opened this issue May 7, 2024 · 0 comments
Open

Comments

@lcotonea
Copy link

lcotonea commented May 7, 2024

Error message : "Helm install failed for release cloudflaredns/inadyn with chart [email protected]: chart requires kubeVersion: ^1.23.0 which is incompatible with Kubernetes v1.29.4-rc1+k3s1"

As you see, my effective version of Kubernetes is superior to the one requested.

The kubeVersion field value of the chart.yaml should be ">=1.23.0-0" instead of "^1.23.0".

lcotonea added a commit to lcotonea/helm-charts that referenced this issue May 7, 2024
…ns (example: k3s)

Change the kubeversion value for kubernetes version compatibility (especially k3s)
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

1 participant