-
Notifications
You must be signed in to change notification settings - Fork 922
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
Update kustomize to a version that supports oci repos #1572
Comments
Took me a while to find out that my newest version of kubectl doesn't ship with the newest version of kustomize? Tried to debug why oci helm charts arent working... now i found the issue. Why does kubectl not just use the latest version of kustomize? |
@koba1t how do you want to handle bumping kustomize in kubectl going forward? |
@eddiezane We haven't created a new release of Kustomize recently because we are still a bit confused by the change in the lead. |
I created a PR that updates kustomize-in-kubectl. |
I believe that this is completed; /close |
@ardaguclu: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
FYI, Another PR that updated kustomize in kubectl was merged. |
What would you like to be added:
A current version of kustomize, ie. https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize%2Fv5.3.0
Why is this needed:
To use built in kustomize with OCI helm repos as added in kubernetes-sigs/kustomize#5167
The text was updated successfully, but these errors were encountered: