Browse Source

unset latest version which is causing issues

Alexander Belanger 5 năm trước cách đây
mục cha
commit
15e8aefa5d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      server/api/agent_handler.go

+ 1 - 1
server/api/agent_handler.go

@@ -26,7 +26,7 @@ func (app *App) HandleDeployAgent(w http.ResponseWriter, r *http.Request) {
 	chart, err := loader.LoadChartPublic(
 	chart, err := loader.LoadChartPublic(
 		app.ServerConf.DefaultAddonHelmRepoURL,
 		app.ServerConf.DefaultAddonHelmRepoURL,
 		"porter-agent",
 		"porter-agent",
-		"latest",
+		"",
 	)
 	)
 
 
 	if err != nil {
 	if err != nil {