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
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.0According 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
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.0Steps to reproduce
N/A
Working Helmfile Version
0.162.0
Relevant discussion
No response