update default agent setup version
This commit is contained in:
parent
c7228b9287
commit
929d8dcf59
|
@ -22,7 +22,7 @@ func GetAgentConfig() *model.AgentConfig {
|
||||||
Enabled: true,
|
Enabled: true,
|
||||||
Setup: &model.SetupConfig{
|
Setup: &model.SetupConfig{
|
||||||
DownloadURL: "https://release.infinilabs.com/agent/stable",
|
DownloadURL: "https://release.infinilabs.com/agent/stable",
|
||||||
Version: "0.5.0-214",
|
Version: "0.6.0-262",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
_, err := env.ParseConfig("agent", agentCfg )
|
_, err := env.ParseConfig("agent", agentCfg )
|
||||||
|
|
Loading…
Reference in New Issue