Merge branch 'master' into alert_optimize

This commit is contained in:
liugq 2023-07-31 16:42:59 +08:00
commit 877a2b9414
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ func GetAgentConfig() *model.AgentConfig {
Enabled: true,
Setup: &model.SetupConfig{
DownloadURL: "https://release.infinilabs.com/agent/stable",
Version: "0.5.0-214",
Version: "0.6.0-262",
},
}
_, err := env.ParseConfig("agent", agentCfg )