From 26953d0b1579476fc410fb7c00071705c1149dea Mon Sep 17 00:00:00 2001 From: Chaim Lev-Ari Date: Thu, 23 Nov 2023 03:41:22 +0200 Subject: [PATCH] fix(templates): change default url [EE-6363] (#10680) --- api/portainer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/portainer.go b/api/portainer.go index 8cf996266..f74c95dd7 100644 --- a/api/portainer.go +++ b/api/portainer.go @@ -1625,7 +1625,7 @@ const ( // DefaultEdgeAgentCheckinIntervalInSeconds represents the default interval (in seconds) used by Edge agents to checkin with the Portainer instance DefaultEdgeAgentCheckinIntervalInSeconds = 5 // 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 = "https://charts.bitnami.com/bitnami" // DefaultUserSessionTimeout represents the default timeout after which the user session is cleared