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

Replace usage of deprecated Kustomize fields (patchesJson6092, bases) #188

Open
kriswuollett opened this issue Feb 23, 2023 · 1 comment

Comments

@kriswuollett
Copy link

The patchesJson6092 field is deprecated, see: https://github.com/kubernetes-sigs/kustomize/blob/adf760e246f158ef36478904460761043aed30fe/api/types/kustomization.go#L69-L73

The bases field is deprecated, see: https://github.com/kubernetes-sigs/kustomize/blob/adf760e246f158ef36478904460761043aed30fe/api/types/kustomization.go#L128-L129

Example warning seen when using kustomize v5.0.0:

# Warning: 'patchesJson6902' is deprecated. Please use 'patches' instead. Run 'kustomize edit fix' to update your Kustomization automatically.

There may be others, but only tried the default example.

@dsessler7
Copy link
Contributor

Hey @kriswuollett ,

Thanks for bringing this to our attention! I have created a ticket in our backlog to address this.

@dsessler7 dsessler7 reopened this Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants