Explorar el Código

unset latest version which is causing issues

Alexander Belanger hace 4 años
padre
commit
15e8aefa5d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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(
 		app.ServerConf.DefaultAddonHelmRepoURL,
 		"porter-agent",
-		"latest",
+		"",
 	)
 
 	if err != nil {