Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Change default auto-upgrade interval to 1m
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Jellick <[email protected]>
  • Loading branch information
cjellick committed Jul 12, 2023
1 parent c8f3d59 commit 4ae4271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/profiles/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
Expand Down

0 comments on commit 4ae4271

Please sign in to comment.