You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
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).
The text was updated successfully, but these errors were encountered:
At present fluxd knows how to interpret and update FluxHelmRelease manifests that use the format
which admits only pretty simple charts, since it only lets you change one image. An improvement would be
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).
The text was updated successfully, but these errors were encountered: