User Story
As a Helm chart user,
I want
to be warned if I am attempting to deploy the chart on an unsupported version of Kubernetes.
So that
The chart will work out of the box if I upgrade my Kubernetes version.
and
I do not waste time with failures on an unsupported release of Kubernetes.
Requested Changes
- Update the chart manifest to include a minimum Kubernetes API/backplane version.
User Story
As a Helm chart user,
I want
So that
and
Requested Changes