mirror of
https://github.com/helm/helm.git
synced 2026-04-20 21:56:55 -04:00
fix: add missing formatChartName call
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
This commit is contained in:
parent
4735f2be9b
commit
de18ac1602
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ func newReleaseListWriter(releases []*release.Release, timeFormat string, noHead
|
|||
Namespace: r.Namespace,
|
||||
Revision: strconv.Itoa(r.Version),
|
||||
Status: r.Info.Status.String(),
|
||||
Chart: formatChartname(r.Chart),
|
||||
Chart: formatChartName(r.Chart),
|
||||
AppVersion: formatAppVersion(r.Chart),
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue