Skip to content

Commit

Permalink
Updated server and agent versions to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tarun-testsigma committed Dec 2, 2022
1 parent 91adb1b commit e0e3b4e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion agent/src/main/resources/agent.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
cloud.url=${CLOUD_URL:https://local.testsigmaos.com}
local.server.url=${LOCAL_SERVER_URL:http://localhost:9090}
local.agent.register=${LOCAL_AGENT_REGISTER:true}
agent.version=2.4
agent.version=2.4.1
2 changes: 1 addition & 1 deletion deploy/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
interval: 1s
retries: 120
testsigma_server:
image: testsigmahq/server:v2.4
image: testsigmahq/server:v2.4.1
container_name: testsigma_server
ports:
- "9090:9090"
Expand Down
2 changes: 1 addition & 1 deletion server/src/main/java/com/testsigma/dto/AgentDTO.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ public class AgentDTO {
private String hostName;
private AgentOs osType;
private String osVersion;
private String currentAgentVersion = "2.4";
private String currentAgentVersion = "2.4.1";
}
2 changes: 1 addition & 1 deletion server/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
server.port=${TESTSIGMA_SERVER_PORT:9090}
server.url=${TESTSIGMA_SERVER_URL:https://local.testsigmaos.com}
server.version=v2.4
server.version=v2.4.1
server.local.url=${TESTSIGMA_SERVER_LOCAL_URL:http://localhost:${server.port}}
local.agent.url=${LOCAL_AGENT_URL:http://localhost:9393/agent}
local.agent.download.tag=latest
Expand Down

0 comments on commit e0e3b4e

Please sign in to comment.