mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
verbs
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
This commit is contained in:
parent
02ef83fe28
commit
f5fcae8356
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ func (pusher *OCIPusher) push(chartRef, href string) error {
|
|||
path.Join(strings.TrimPrefix(href, fmt.Sprintf("%s://", registry.OCIScheme)), meta.Metadata.Name),
|
||||
meta.Metadata.Version)
|
||||
|
||||
// The time the chart was "created" is semantically the time the chart archive file was last written
|
||||
// The time the chart was "created" is semantically the time the chart archive file was last written(modified)
|
||||
chartArchiveFileCreatedTime := ctime.Modified(stat)
|
||||
pushOpts = append(pushOpts, registry.PushOptCreationTime(chartArchiveFileCreatedTime.Format(time.RFC3339)))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue