diff --git a/cmd/helm/list.go b/cmd/helm/list.go index 3168c4c08..928fc0ab4 100644 --- a/cmd/helm/list.go +++ b/cmd/helm/list.go @@ -194,7 +194,7 @@ func (l *listCmd) statusCodes() []release.Status_Code { func formatList(rels []*release.Release) string { table := uitable.New() - table.MaxColWidth = 30 + table.MaxColWidth = 60 table.AddRow("NAME", "REVISION", "UPDATED", "STATUS", "CHART") for _, r := range rels { c := fmt.Sprintf("%s-%s", r.Chart.Metadata.Name, r.Chart.Metadata.Version)