Skip to content

Commit f5fcae8

Browse files
committedOct 5, 2024·
verbs
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
1 parent 02ef83f commit f5fcae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkg/pusher/ocipusher.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func (pusher *OCIPusher) push(chartRef, href string) error {
9090
path.Join(strings.TrimPrefix(href, fmt.Sprintf("%s://", registry.OCIScheme)), meta.Metadata.Name),
9191
meta.Metadata.Version)
9292

93-
// The time the chart was "created" is semantically the time the chart archive file was last written
93+
// The time the chart was "created" is semantically the time the chart archive file was last written(modified)
9494
chartArchiveFileCreatedTime := ctime.Modified(stat)
9595
pushOpts = append(pushOpts, registry.PushOptCreationTime(chartArchiveFileCreatedTime.Format(time.RFC3339)))
9696

0 commit comments

Comments
 (0)
Please sign in to comment.