Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kustomize still requires kustomize/ in the version #16035

Open
nikolay opened this issue Oct 6, 2023 · 2 comments
Open

Kustomize still requires kustomize/ in the version #16035

nikolay opened this issue Oct 6, 2023 · 2 comments

Comments

@nikolay
Copy link

nikolay commented Oct 6, 2023

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

@suzuki-shunsuke
Copy link
Member

suzuki-shunsuke commented Oct 6, 2023

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

e.g.

packages:
- name: kubernetes-sigs/kustomize@kustomize/v5.1.1
- name: kubernetes-sigs/kustomize
version: kustomize/v5.0.3
- name: kubernetes-sigs/kustomize
version: kustomize/v4.4.1
- name: kubernetes-sigs/kustomize
version: kustomize/v4.2.0
- name: kubernetes-sigs/kustomize
version: kustomize/v4.1.0

@nikolay
Copy link
Author

nikolay commented Oct 6, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants