mirror of https://github.com/helm/helm
helm template oci://... printed the registry client's "Pulled:" and "Digest:" diagnostics to stdout, intermixed with the rendered manifests, so piping to `kubectl apply -f -` failed. This is a regression from #32056, which rewired the registry client writer to the command's stdout (correct for pull/push/login, but not for template whose stdout is the manifest stream). Route the registry client output to stderr for the template command, restoring the pre-regression behavior while keeping #32056's intent for other commands. Closes #32215 Signed-off-by: Seonghyun Hong <s3onghyun.hong@gmail.com>pull/32234/head
parent
253da5106a
commit
dfea32aff5
Loading…
Reference in new issue