update agent version
This commit is contained in:
parent
d2a448b53c
commit
874c247fab
|
@ -17,7 +17,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.6.0-262",
|
Version: "0.7.0-364",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
_, err := env.ParseConfig("agent", agentCfg )
|
_, err := env.ParseConfig("agent", agentCfg )
|
||||||
|
|
Loading…
Reference in New Issue