See #38
Currently helm install fails on K8s version 1.35, even though documentation states v1.35 is supported. This is due to Chart.yaml incorrectly stating an older supported K8S version ( kubeVersion: ">= 1.24.0 <= 1.32"). This should be updated to kubeVersion: ">= 1.24.0 <= 1.35"
See #38
Currently helm install fails on K8s version 1.35, even though documentation states v1.35 is supported. This is due to Chart.yaml incorrectly stating an older supported K8S version ( kubeVersion: ">= 1.24.0 <= 1.32"). This should be updated to kubeVersion: ">= 1.24.0 <= 1.35"