airshipctl/manifests/function/flux
bijayasharma 8a15d048cf Flux source-controller Function Proxy Var Replacement
* This commit fixes the bug of flux source-controller proxy var replacement
  to include proxy env settings to match HTTP_PROXY, HTTPS_PROXY and NO_PROXY

Change-Id: Ia6943529abf4e8afa7c5495316b8173e6c89cf9c
Relates-To: #550
Closes: #550
2021-07-06 12:23:45 +00:00
..
base Update Flux manifests 2021-01-05 13:58:03 -06:00
helm-controller Externalize KRM function versions 2021-05-26 20:18:49 +00:00
source-controller Flux source-controller Function Proxy Var Replacement 2021-07-06 12:23:45 +00: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.