Matthew Fuller 3fec6981f0 Define structural schema for VersionsCatalogue
Changes the versions catalogue from a VariableCatalogue
to a structural schema VersionsCatalogue CRD.

Relates-To: #363
Change-Id: I445111356662ab33d9337ddd1537885d5afd094f
2021-02-24 18:00:28 +00:00
..
2021-01-05 13:58:03 -06:00
2021-01-05 13:58:03 -06:00

Flux

How to Update

To update the version of upstream manifests used by a given function:

  1. Update the versions (git refs) specified in the dependencies section of the Kptfile at the root of the function.
  2. Run kpt pkg sync . from the root of the function.
  3. Update any container image references in VariableCatalogues to match these new versions.