airshipctl/manifests/function/flux
Sean Eagan 7c4e6c3036 Update flux components
helm-controller: v0.11.1
source-controller: v0.15.3

This brings in an increase in the default leader election
deadlines, in order to hopefully reduce the impact of any
cluster instability during reconciliations, particularly
with helm releases getting stuck in pending state:

[0]: https://github.com/fluxcd/pkg/issues/94
[1]: https://github.com/fluxcd/helm-controller/issues/149

Signed-off-by: Sean Eagan <seaneagan1@gmail.com>
Change-Id: I8e989aead88ffde7812a19e66ee039326d7c3fee
2021-07-09 15:08:49 -05:00
..
base Update Flux manifests 2021-01-05 13:58:03 -06:00
helm-controller Update flux components 2021-07-09 15:08:49 -05:00
source-controller Update flux components 2021-07-09 15:08:49 -05:00
README.md Update Flux manifests 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.