aquaproj / aqua-registry

aqua's Standard Registry
https://aquaproj.github.io
MIT License
86 stars 89 forks source link

Kustomize still requires kustomize/ in the version #16035

Open nikolay opened 9 months ago

nikolay commented 9 months ago

It's either a registry issue, or CLI issue, but it does not work without putting kustomize/ prefix in the version.

suzuki-shunsuke commented 9 months ago

Yes. This is the expected behaviour. The prefix kustomize/ is necessary.

e.g.

https://github.com/aquaproj/aqua-registry/blob/9a797cb5a60fc103fd497c65991d16709706c2b7/pkgs/kubernetes-sigs/kustomize/pkg.yaml#L1-L10

nikolay commented 9 months ago

Okay, I know, but this is annoying and just noise. There must be a way to strip it off and add it internally where necessary.