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

Ensure kustomize 5.0.0 compatibility #207

Open
3 tasks done
olensmar opened this issue Feb 7, 2023 · 2 comments
Open
3 tasks done

Ensure kustomize 5.0.0 compatibility #207

olensmar opened this issue Feb 7, 2023 · 2 comments

Comments

@olensmar
Copy link
Member

olensmar commented Feb 7, 2023

In regard to https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize%2Fv5.0.0 -

  • identify/validate the new additionalValuesFiles property (an array of paths)
  • support patches as a replacement for patchesStrategicMerge and patchesJson6902
  • we should update the bundled json schema used for validating kustomization files and generating forms to support the new properties..
@olensmar
Copy link
Member Author

olensmar commented Feb 9, 2023

regarding the schema for kustomizations - the one available at https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/kustomization.json hasn't been updated for 5.0.0 - we can do one of the following:

  • update our schema locally and submit a PR to the repo
  • wait for someone else to update the schema

@olensmar
Copy link
Member Author

schema had been updated and i've included the latest version in desktop - not sure how/where cloud gets its schema? @WitoDelnat

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

1 participant