mirror of
https://github.com/helm/helm.git
synced 2026-08-04 15:10:47 +00:00
Merge pull request #10313 from brandoncole/main
Fixes a SIGSEGV similar to issue 1347
This commit is contained in:
@@ -157,8 +157,8 @@ func newReleaseListWriter(releases []*release.Release, timeFormat string) *relea
|
||||
Namespace: r.Namespace,
|
||||
Revision: strconv.Itoa(r.Version),
|
||||
Status: r.Info.Status.String(),
|
||||
Chart: fmt.Sprintf("%s-%s", r.Chart.Metadata.Name, r.Chart.Metadata.Version),
|
||||
AppVersion: r.Chart.Metadata.AppVersion,
|
||||
Chart: formatChartname(r.Chart),
|
||||
AppVersion: formatAppVersion(r.Chart),
|
||||
}
|
||||
|
||||
t := "-"
|
||||
|
||||
Reference in New Issue
Block a user