kubebb / core

A declarative component lifecycle management platform
https://kubebb.github.io/website
Apache License 2.0
8 stars 9 forks source link

version with tag `v0.x.x` which prefiexed with `v` can't be recognized #305

Closed bjwswang closed 1 year ago

bjwswang commented 1 year ago

For example: https://hub.docker.com/r/bjwswang/core/tags

image
Abirdcfly commented 1 year ago

This is a helm upstream issue, reported in https://github.com/helm/helm/issues/11107 maybe fixed by https://github.com/helm/helm/pull/11109 (created at Jul 3, 2022)

And this error exist in latest helm version:

$ helm pull oci://registry-1.docker.io/abirdcfly/core

Error: Unable to locate any tags in provided repository: oci://registry-1.docker.io/abirdcfly/core

$ helm version

version.BuildInfo{Version:"v3.12.3", GitCommit:"3a31588ad33fe3b89af5a2a54ee1d25bfe6eaa5e", GitTreeState:"clean", GoVersion:"go1.20.7"}

If our goal is to adapt helm, we can only expect the problem to be fixed upstream, not at our level. Otherwise, working with our tools but not working with helm itself will confuse our users.