From 4ae4271995b0e7b5f4da50fcb6d0fff64e7815cf Mon Sep 17 00:00:00 2001 From: Craig Jellick Date: Wed, 12 Jul 2023 16:50:36 -0700 Subject: [PATCH] Change default auto-upgrade interval to 1m Signed-off-by: Craig Jellick --- pkg/profiles/default.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/profiles/default.go b/pkg/profiles/default.go index 1fab5b8a4..8d3da91ff 100644 --- a/pkg/profiles/default.go +++ b/pkg/profiles/default.go @@ -17,7 +17,7 @@ var ( LetsEncryptOptionDefault = "disabled" // AutoUpgradeIntervalDefault is the default value for the DefaultImageCheckInterval field - AutoUpgradeIntervalDefault = "5m" + AutoUpgradeIntervalDefault = "1m" // HttpEndpointPatternDefault is a pattern that works with Let's Encrypt HttpEndpointPatternDefault = "{{hashConcat 8 .Container .App .Namespace | truncate}}.{{.ClusterDomain}}"