Operating system
Arch Linux
Helmfile Version
v0.170.1 (built from git)
Helm Version
version.BuildInfo{Version:"v3.17.1", GitCommit:"980d8ac1939e39138101364400756af2bdee1da5", GitTreeState:"", GoVersion:"go1.24.0"}
Bug description
When trying to determine the version of a chart that will be deployed using e.g...
helmfile list -l name=some-chart --output=json
This will only return the version listed directly in the helmfile.yaml. Ideally it should additionally look up the version from the helmfile.lock if the file is present.
Example helmfile.yaml
-- any helmfile
Error message you've seen (if any)
No error reported
Steps to reproduce
As per above
Working Helmfile Version
not seen working
Relevant discussion
No response
Operating system
Arch Linux
Helmfile Version
v0.170.1 (built from git)
Helm Version
version.BuildInfo{Version:"v3.17.1", GitCommit:"980d8ac1939e39138101364400756af2bdee1da5", GitTreeState:"", GoVersion:"go1.24.0"}
Bug description
When trying to determine the version of a chart that will be deployed using e.g...
helmfile list -l name=some-chart --output=jsonThis will only return the version listed directly in the helmfile.yaml. Ideally it should additionally look up the version from the helmfile.lock if the file is present.
Example helmfile.yaml
-- any helmfile
Error message you've seen (if any)
No error reported
Steps to reproduce
As per above
Working Helmfile Version
not seen working
Relevant discussion
No response