Skip to content

Helmfile fails with the version for OCI charts should be semver compliant, the latest tag is not supported anymore for helm >= 3.8.0 #1541

Description

@zchenyu

Operating system

Ubuntu 22.04

Helmfile Version

0.162.0

Helm Version

v3.11.0

Bug description

If I omitted the chart version from my helmfile, it fails with the version for OCI charts should be semver compliant, the latest tag is not supported anymore for helm >= 3.8.0

According to Helm docs, I expect this to pull the latest stable version of the chart from the OCI registry: https://helm.sh/docs/helm/helm_install/
This doesn't seem to be an issue for non-OCI repositories.

Example helmfile.yaml

releases:
  - name: foo
    chart: oci://registry/chart

Error message you've seen (if any)

the version for OCI charts should be semver compliant, the latest tag is not supported anymore for helm >= 3.8.0

Steps to reproduce

N/A

Working Helmfile Version

0.162.0

Relevant discussion

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    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