d64404864b
This updates the Flux manifests to the latest versions, which includes a fix [0] to Helm chart rendering which was impacting the OSH charts. [0]: https://github.com/fluxcd/helm-controller/pull/172 This also adds Kptfiles to each of the functions to make it trivial to update them. Relates-To: #430 Change-Id: Ic12bc6a8460542fd943ed3539cf1be19b6525dbc
11 lines
471 B
Markdown
11 lines
471 B
Markdown
# 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 .`](https://github.com/GoogleContainerTools/kpt/blob/master/site/content/en/reference/pkg/sync/_index.md) from the root of the function.
|
|
3. Update any container image references in VariableCatalogues to match
|
|
these new versions. |