Skip to content

Commit e7aef61

Browse files
committed
bump helm timeout
1 parent 0c892b5 commit e7aef61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/app/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var (
2020
DefaultPrometheusMetricsPrefix = "addon_operator_"
2121

2222
Helm3HistoryMax int32 = 10
23-
Helm3Timeout = 5 * time.Minute
23+
Helm3Timeout = 20 * time.Minute // previous was 5 minutes
2424
HelmIgnoreRelease = ""
2525

2626
HelmMonitorKubeClientQpsDefault = "5" // DefaultQPS from k8s.io/client-go/rest/config.go

0 commit comments

Comments
 (0)