mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
fix(templates): change default url [EE-6363] (#10680)
This commit is contained in:
parent
13d1fc63ff
commit
26953d0b15
1 changed files with 1 additions and 1 deletions
|
@ -1625,7 +1625,7 @@ const (
|
||||||
// DefaultEdgeAgentCheckinIntervalInSeconds represents the default interval (in seconds) used by Edge agents to checkin with the Portainer instance
|
// DefaultEdgeAgentCheckinIntervalInSeconds represents the default interval (in seconds) used by Edge agents to checkin with the Portainer instance
|
||||||
DefaultEdgeAgentCheckinIntervalInSeconds = 5
|
DefaultEdgeAgentCheckinIntervalInSeconds = 5
|
||||||
// DefaultTemplatesURL represents the URL to the official templates supported by Portainer
|
// DefaultTemplatesURL represents the URL to the official templates supported by Portainer
|
||||||
DefaultTemplatesURL = "https://raw.githubusercontent.com/portainer/templates/v3.0/templates.json"
|
DefaultTemplatesURL = "https://raw.githubusercontent.com/portainer/templates/v3/templates.json"
|
||||||
// DefaultHelmrepositoryURL represents the URL to the official templates supported by Bitnami
|
// DefaultHelmrepositoryURL represents the URL to the official templates supported by Bitnami
|
||||||
DefaultHelmRepositoryURL = "https://charts.bitnami.com/bitnami"
|
DefaultHelmRepositoryURL = "https://charts.bitnami.com/bitnami"
|
||||||
// DefaultUserSessionTimeout represents the default timeout after which the user session is cleared
|
// DefaultUserSessionTimeout represents the default timeout after which the user session is cleared
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue