3f4581a978
Upgrades flux Kptfiles to be compatible with the new format required by kpt v1.0-beta. Also updates the README file to reflect new CLI command syntax and package update procedure. Closes: #598 Change-Id: I6da83aa662b4039a402614135662f4ce03dbe97a |
||
---|---|---|
.. | ||
base | ||
helm-controller | ||
source-controller | ||
README.md |
Flux
How to Update
Note: kpt version 1.0.0-beta.8 is required
To update the version of upstream manifests used by a given function:
- Update the git refs specified in the
upstream
section of the Kptfile in each of the function'supstream
directory's subdirectories, e.g.base/upstream/policies/Kptfile
. - Save and commit the changes locally.
- Run
kpt pkg update
from the directory containing the modified Kptfile. - After updating a package, all resulting changes must be committed before updating any additional package.
- Update any container image references in VariableCatalogues to match these new versions.