Skip to content

Helm: bump Chart.yaml kubeVersion to <= 1.35#48

Open
arnstarn wants to merge 1 commit into
qnap-dev:mainfrom
arnstarn:chart-bump-kubeversion
Open

Helm: bump Chart.yaml kubeVersion to <= 1.35#48
arnstarn wants to merge 1 commit into
qnap-dev:mainfrom
arnstarn:chart-bump-kubeversion

Conversation

@arnstarn

@arnstarn arnstarn commented May 3, 2026

Copy link
Copy Markdown

The README's compatibility table for v1.6.0 states the driver supports
Kubernetes v1.24 to v1.35:

Driver Version Supported Kubernetes Versions
v1.6.0 v1.24 to v1.35

But Helm/trident/Chart.yaml still has the older constraint
kubeVersion: ">= 1.24.0 <= 1.32", which causes:

Error: failed to fetch ... : 404 Not Found

…or, when installing from a local clone:

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

Validated locally on:

  • Kubernetes 1.34.3 (Talos 1.11.6)
  • TridentOrchestrator + trident-controller deploy clean
  • TridentBackendConfig binds successfully against both QTS 5.2 and QuTS hero h6.0.0
  • LUN provisioning + iSCSI target creation succeeds on QTS 5.2

This PR aligns the chart constraint with the documented support matrix.

The README's compatibility table states v1.6.0 supports k8s 1.24-1.35,
but Chart.yaml still has the older <=1.32 constraint. This blocks
helm install on k8s 1.34+ clusters even though the runtime driver
(operator + Trident core) works fine on those versions.

Validated on: k8s 1.34.3 (Talos 1.11.6).
Operator + controller deploy, TridentBackendConfig binds successfully
against both QTS 5.2 and QuTS hero h6.0 NAS units.
@arnstarn

Copy link
Copy Markdown
Author

Friendly bump — this is a one-line Chart.yaml update so Helm doesn't reject install on k8s 1.33–1.35 clusters. The README already documents 1.24–1.35 support, so the chart constraint is just out of sync.

Anything I can change to help this land? Happy to add a CHANGELOG note or split it differently if that's the holdup.

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