Skip to content

helmfile list does not reflect version from helmfile.lock #1953

Description

@tcolgate

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

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions