As per kustomize v5 release notes patchesStrategicMerge and patchesJson6902 are deprecated.
Because native manifests still use it, using kustomize v5 yields the following warnings:
# Warning: 'patchesStrategicMerge' is deprecated. Please use 'patches' instead. Run 'kustomize edit fix' to update your Kustomization automatically.
# Warning: 'patchesJson6902' is deprecated. Please use 'patches' instead. Run 'kustomize edit fix' to update your Kustomization automatically.
Places where it's used: