hi pulumi kubes folks... I am trying to understand...
# kubernetes
p
hi pulumi kubes folks... I am trying to understand the wording in Helm-release
<https://www.pulumi.com/registry/packages/kubernetes/api-docs/helm/v3/release/>
around development version which says
Copy code
devel bool

    Use chart development versions, too. Equivalent to version '>0.0.0-0'. If version is set, this is ignored.
i am looking at this because i want to deploy longhorn 1.3.0-rc1 to test it as a helm release. the way this reads i can specify the version OR devel=true, but not both . . . is this right ? I know its not working for me to specify both, but i dont really understand the logic. the devel flag lets helm look at development versions in the helm repo as well as released versions. What is the point of having a devel flag if you cant specify WHICH devel version you want to deploy ???