Hi, since latest version 3.14.0 the flag --color is not working anymore:
helm diff upgrade --color -f values.yaml
The error is:
level=WARN msg="command failed" error="invalid color mode \"-f\": must be one of: never, auto, always"
After downgrade to version v3.13.2 it works again.
Seems that it is necessary to set one of the values never, auto, always now.
Would be nice if you could fix it or update the documentation.
Hi, since latest version 3.14.0 the flag
--coloris not working anymore:helm diff upgrade --color -f values.yamlThe error is:
level=WARN msg="command failed" error="invalid color mode \"-f\": must be one of: never, auto, always"After downgrade to version v3.13.2 it works again.
Seems that it is necessary to set one of the values
never, auto, alwaysnow.Would be nice if you could fix it or update the documentation.