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.
When interpreting the spec.values part of a HelmRelease, fluxd will silently skip any images with a tag that isn't typed string. That's because they really should be strings, since e.g., 1.10 in YAML will end up as 1.1 if not quoted.
This is surprising if you have not internalised that quirk of YAML, so we should put a warning in the log that the .spec.values is faulty, in those cases.
The text was updated successfully, but these errors were encountered:
When interpreting the
spec.values
part of a HelmRelease, fluxd will silently skip any images with a tag that isn't typedstring
. That's because they really should be strings, since e.g.,1.10
in YAML will end up as1.1
if not quoted.This is surprising if you have not internalised that quirk of YAML, so we should put a warning in the log that the
.spec.values
is faulty, in those cases.The text was updated successfully, but these errors were encountered: