feat: Move chartify logs to Debug (#1794)

Co-authored-by: Andrey Tuzhilin <andrey@zelf.co>
This commit is contained in:
astorath 2021-04-24 10:06:21 +03:00 committed by GitHub
parent 8702639510
commit 3367822e89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1069,6 +1069,7 @@ func (st *HelmState) PrepareCharts(helm helmexec.Interface, dir string, concurre
c := chartify.New(
chartify.HelmBin(st.DefaultHelmBinary),
chartify.UseHelm3(helm3),
chartify.WithLogf(st.logger.Debugf),
)
chartifyOpts := chartification.Opts