• Arash Deshmeh's avatar
    fix(helm): allow lint to parse pre-release charts · bfc0d76f
    Arash Deshmeh authored
    The lint command cannot parse a compressed chart with a pre-release
    version, e.g. 0.1.0-alhpa: it errors out saying it cannot find the
    Chart.yaml file. This is due to the way the lint command identifies the
    chart dir name, i.e. using the last hyphen in the name of the compressed
    file. Changing this method to using the name of the single directory
    with the chart's name, as expected from decompressing a chart, allows
    lint to parse pre-release charts.
    Signed-off-by: 's avatarArash Deshmeh <adeshmeh@ca.ibm.com>
    bfc0d76f
expand_test.go 2.91 KB