Skip to content

Commit 7f40be7

Browse files
authored
Merge pull request #1170 from fluxcd/fix-helm-cache-args
Fix the helm cache arguments
2 parents cb4b660 + 1260da9 commit 7f40be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ func mustSetupHelmLimits(indexLimit, chartLimit, chartFileLimit int64) {
380380
helm.MaxChartFileSize = chartFileLimit
381381
}
382382

383-
func mustInitHelmCache(maxSize int, purgeInterval, itemTTL string) (*cache.Cache, time.Duration) {
383+
func mustInitHelmCache(maxSize int, itemTTL, purgeInterval string) (*cache.Cache, time.Duration) {
384384
if maxSize <= 0 {
385385
setupLog.Info("caching of Helm index files is disabled")
386386
return nil, -1

0 commit comments

Comments
 (0)