Helm: bump Chart.yaml kubeVersion to <= 1.35#48
Open
arnstarn wants to merge 1 commit into
Open
Conversation
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.
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The README's compatibility table for v1.6.0 states the driver supports
Kubernetes v1.24 to v1.35:
But
Helm/trident/Chart.yamlstill has the older constraintkubeVersion: ">= 1.24.0 <= 1.32", which causes:…or, when installing from a local clone:
Validated locally on:
This PR aligns the chart constraint with the documented support matrix.