Fix Helm kubeVersion check for vendor-suffixed Kubernetes versions#856
Fix Helm kubeVersion check for vendor-suffixed Kubernetes versions#856YifanYang6 wants to merge 1 commit into
Conversation
Signed-off-by: YifanYang6 <yifanyang6@link.cuhk.edu.cn>
|
Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA).
To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application. When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated. If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public. |
|
|
Thank you for signing the OCA. |



Summary
kubeVersiongate with the currently documented supported Kubernetes versions forv3.5.11v1.32.3-vke.8to satisfy the Helm constraintChanges
helm-charts/coherence-operator/Chart.yamlfrom>=1.26to>=1.29-0Using
-0keeps Helm / semver compatible with Kubernetes versions that include vendor suffixes, while still enforcing the published support floor of Kubernetesv1.29+.Validation
Validated on two clusters with Coherence Operator version
3.5.11:v1.29.0clusterv1.32.3-vke.8clusterOn both clusters, a Helm upgrade/install with the patched chart succeeded:
Operator readiness was then verified with Kubernetes:
Closes #855