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
We decided limiting this output would be a disservice to the user. We should report all deprecation/removal(s) we find even if the chart name + version match. Not everyone iterates on their chart version number (for SHAME!) so we could potentially hide issues if we only print out a problem with a chart and not every release of the chart.
… name output for helm (#67) (#69)
* should not show duplicate deployed releases and adds release name to output for helm
* fixing e2e tests
* another try at fixing e2e testing expected output format
* adding back spacing at end to see if e2e runs successfully
* removing debug log line
* removing extra space from e2e tests
* Update pkg/helm/helm.go
Co-Authored-By: Andrew Suderman <andrew@sudermanjr.com>
* deleting hostpath-provisioner helm chart which is throwing off spacing in e2e
* Trying a new codecov yaml
* break out marshal functionality a bit more
Co-authored-by: Andrew Suderman <andrew@sudermanjr.com>
When multiple releases are from the same chart, I think we should only show one instance of that output.
for example, if
helm ls
shows this:We should only output a single line for any deprecations found in that chart. This may be easier if we end up pulling in chart name data with #31
The text was updated successfully, but these errors were encountered: