ceph / ceph-csi

CSI driver for Ceph
Apache License 2.0
1.19k stars 528 forks source link

Add option for overriding kubeVersion to the helm charts #4630

Closed Kajot-dev closed 2 days ago

Kajot-dev commented 1 month ago

Some k8s distributions (for example OKD/Openshift) use more complex version string (for example v1.28.2-3598+6e2789bbd58938-dirty). Helm fails to parse it correctly and thus a v1.28.2 cluster fails a check for >= 1.25.x (selinuxMount in CSIDriver)

Please consider adding kubeVersion to values which would override .Capabilities.KubeVersion.Version

github-actions[bot] commented 1 week ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 2 days ago

This issue has been automatically closed due to inactivity. Please re-open if this still requires investigation.