helm icon indicating copy to clipboard operation
helm copied to clipboard

fix: remove download logs in templates

Open bjorand opened this issue 5 months ago • 4 comments

What this PR does / why we need it:

helm template --dependency-update prints the manifest and logs on stdout making the yaml output unusable:

Saving 2 charts
Downloading datadog-operator from repo https://helm.datadoghq.com
Deleting outdated charts
---
# Source: datadog-operator/charts/datadog-operator/templates/service_account.yaml
apiVersion: v1
kind: ServiceAccount
...

bjorand avatar Sep 18 '24 07:09 bjorand