Skip to content

[enhancement]: HelmInstaller task need the complete version to install Helm. It would be great if we can skip patch version while specifying helm version.  #19540

Closed
@jikuma

Description

Task name

HelmInstaller

Describe your feature request here

Currently my task looks like

 - task: HelmInstaller@1
    displayName: Install Helm
    inputs:
      helmVersionToInstall: 3.14.0

I want to specify

 - task: HelmInstaller@1
    displayName: Install Helm
    inputs:
      helmVersionToInstall: 3.14

The task can pick the latest patch version.

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions