Skip to content

fix: extend kubeVersion upper bound to 1.35#47

Open
cmlccie wants to merge 2 commits into
qnap-dev:mainfrom
cmlccie:fix/kube-version-1.35
Open

fix: extend kubeVersion upper bound to 1.35#47
cmlccie wants to merge 2 commits into
qnap-dev:mainfrom
cmlccie:fix/kube-version-1.35

Conversation

@cmlccie

@cmlccie cmlccie commented Apr 26, 2026

Copy link
Copy Markdown

Problem

The Helm chart's kubeVersion field is set to >= 1.24.0 <= 1.32, which causes helm diff (and helm upgrade) to fail with an incompatibility error on Kubernetes v1.33+:

Error: chart requires kubeVersion: >= 1.24.0 <= 1.32 which is incompatible with Kubernetes v1.35.1

The v1.6.0 release notes state support for Kubernetes v1.35, making this an oversight in the chart metadata.

Fix

Update kubeVersion in Helm/trident/Chart.yaml to >= 1.24.0 <= 1.35 to match the claimed Kubernetes compatibility.

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

Successfully merging this pull request may close these issues.

1 participant