299b2833b2
This pins krm function calls to version `v2` which represents [0] [1] the latest 2.x.x semantic version. If we need to make breaking changes to any krm functions, that can now be done by incrementing their major version and thus not breaking these references. [0]: https://review.opendev.org/c/airship/airshipctl/+/762924 [1]: https://review.opendev.org/c/airship/airshipctl/+/780875 Closes: #419 Change-Id: I6cf6519511c77da6cac7e46a6b56ea338bcf150c |
||
---|---|---|
.. | ||
base | ||
helm-controller | ||
source-controller | ||
README.md |
Flux
How to Update
To update the version of upstream manifests used by a given function:
- Update the versions (git refs) specified in the
dependencies
section of the Kptfile at the root of the function. - Run
kpt pkg sync .
from the root of the function. - Update any container image references in VariableCatalogues to match these new versions.