Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Support FluxHelmRelease values format with more than one image #1175

Closed
squaremo opened this issue Jun 28, 2018 · 0 comments
Closed

Support FluxHelmRelease values format with more than one image #1175

squaremo opened this issue Jun 28, 2018 · 0 comments

Comments

@squaremo
Copy link
Member

At present fluxd knows how to interpret and update FluxHelmRelease manifests that use the format

values:
  image: repo/image:tag

which admits only pretty simple charts, since it only lets you change one image. An improvement would be

values:
  foo:
    image: repo/foo:tag
  bar:
    image: repo/bar:tag

where each image is under a label, which can be treated as the "container" for that image (most likely that's what the templates will use the values for).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant