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 99cloud.url =${CLOUD_URL:https://local.testsigmaos.com}
1010local.server.url =${LOCAL_SERVER_URL:http://localhost:9090}
1111local.agent.register =${LOCAL_AGENT_REGISTER:true}
12- agent.version =2.4
12+ agent.version =2.4.1
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ services:
2020 interval : 1s
2121 retries : 120
2222 testsigma_server :
23- image : testsigmahq/server:v2.4
23+ image : testsigmahq/server:v2.4.1
2424 container_name : testsigma_server
2525 ports :
2626 - " 9090:9090"
Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ public class AgentDTO {
3030 private String hostName ;
3131 private AgentOs osType ;
3232 private String osVersion ;
33- private String currentAgentVersion = "2.4" ;
33+ private String currentAgentVersion = "2.4.1 " ;
3434}
Original file line number Diff line number Diff line change 11server.port =${TESTSIGMA_SERVER_PORT:9090}
22server.url =${TESTSIGMA_SERVER_URL:https://local.testsigmaos.com}
3- server.version =v2.4
3+ server.version =v2.4.1
44server.local.url =${TESTSIGMA_SERVER_LOCAL_URL:http://localhost:${server.port}}
55local.agent.url =${LOCAL_AGENT_URL:http://localhost:9393/agent}
66local.agent.download.tag =latest
You can’t perform that action at this time.
0 commit comments