You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
lcotonea
added a commit
to lcotonea/helm-charts
that referenced
this issue
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".
The text was updated successfully, but these errors were encountered: