File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
cloud.url =${CLOUD_URL:https://local.testsigmaos.com}
10
10
local.server.url =${LOCAL_SERVER_URL:http://localhost:9090}
11
11
local.agent.register =${LOCAL_AGENT_REGISTER:true}
12
- agent.version =3.0.0
12
+ agent.version =3.0.1
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ services:
20
20
interval : 1s
21
21
retries : 120
22
22
testsigma_server :
23
- image : testsigmahq/server:v3.0.0 # Replace with testsigmahq/server:v3.0.0 -m1 for m1
23
+ image : testsigmahq/server:v3.0.1 # Replace with testsigmahq/server:v3.0.1 -m1 for m1
24
24
container_name : testsigma_server
25
25
ports :
26
26
- " 9090:9090"
Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ public class AgentDTO {
30
30
private String hostName ;
31
31
private AgentOs osType ;
32
32
private String osVersion ;
33
- private String currentAgentVersion = "3.0.0 " ;
33
+ private String currentAgentVersion = "3.0.1 " ;
34
34
}
Original file line number Diff line number Diff line change 1
1
server.port =${TESTSIGMA_SERVER_PORT:9090}
2
2
server.url =${TESTSIGMA_SERVER_URL:https://local.testsigmaos.com}
3
- server.version =v3.0.0
3
+ server.version =v3.0.1
4
4
server.local.url =${TESTSIGMA_SERVER_LOCAL_URL:http://localhost:${server.port}}
5
5
local.agent.url =${LOCAL_AGENT_URL:http://localhost:9393/agent}
6
6
local.agent.download.tag =latest
You can’t perform that action at this time.
0 commit comments