Skip to content

Commit

Permalink
v0.2.0 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
hkonsti authored Jul 11, 2023
1 parent 0db1ffa commit c6aa2b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manager/lib/config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const config = {
version: "0.1.0", // Current version of the manager
version: "0.2.0", // Current version of the manager
setupDone: false, // Tells us if the manager is in a working state
server: {
bearerToken: process.env.BEARER_TOKEN || "insecure",
Expand All @@ -11,7 +11,7 @@ const config = {
clientId: "", // Set during setup
},
worker: {
dockerImage: process.env.CUSTOM_WORKER_IMAGE || "docker.io/havenhq/worker:v0.1",
dockerImage: process.env.CUSTOM_WORKER_IMAGE || "docker.io/havenhq/worker:v0.2",
startupScript: "./config/gcp/startup-script.sh",
},
telemetry: process.env.DISABLE_TELEMETRY !== "true",
Expand Down

0 comments on commit c6aa2b6

Please sign in to comment.