Skip to content

Commit

Permalink
release 0.8.6 (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlomazzaferro authored Sep 23, 2024
1 parent 8731993 commit 50e12fe
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion deploy/stage/common-values-iris-mpc.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: "ghcr.io/worldcoin/iris-mpc:v0.8.5"
image: "ghcr.io/worldcoin/iris-mpc:v0.8.6"

environment: stage
replicaCount: 1
Expand Down
2 changes: 1 addition & 1 deletion deploy/stage/common-values-upgrade-server-left.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: "ghcr.io/worldcoin/iris-mpc:78fa47be6eb97019be270c8c657f84cc6f35a0e4"
image: "ghcr.io/worldcoin/iris-mpc:v0.8.6"

environment: stage
replicaCount: 1
Expand Down
2 changes: 1 addition & 1 deletion deploy/stage/common-values-upgrade-server-right.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: "ghcr.io/worldcoin/iris-mpc:78fa47be6eb97019be270c8c657f84cc6f35a0e4"
image: "ghcr.io/worldcoin/iris-mpc:v0.8.6"

environment: stage
replicaCount: 1
Expand Down
2 changes: 0 additions & 2 deletions deploy/stage/mpc1-stage/values-upgrade-server-left.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@ args:
- "left"
- "--environment"
- "$(ENVIRONMENT)"
- "--threads"
- "1"
- "--batch-size"
- "50"
2 changes: 0 additions & 2 deletions deploy/stage/mpc1-stage/values-upgrade-server-right.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@ args:
- "right"
- "--environment"
- "$(ENVIRONMENT)"
- "--threads"
- "1"
- "--batch-size"
- "50"
2 changes: 0 additions & 2 deletions deploy/stage/mpc2-stage/values-upgrade-server-left.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@ args:
- "left"
- "--environment"
- "$(ENVIRONMENT)"
- "--threads"
- "1"
- "--batch-size"
- "50"
2 changes: 0 additions & 2 deletions deploy/stage/mpc2-stage/values-upgrade-server-right.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@ args:
- "right"
- "--environment"
- "$(ENVIRONMENT)"
- "--threads"
- "1"
- "--batch-size"
- "50"
2 changes: 0 additions & 2 deletions deploy/stage/mpc3-stage/values-upgrade-server-left.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@ args:
- "left"
- "--environment"
- "$(ENVIRONMENT)"
- "--threads"
- "1"
- "--batch-size"
- "50"
2 changes: 0 additions & 2 deletions deploy/stage/mpc3-stage/values-upgrade-server-right.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@ args:
- "right"
- "--environment"
- "$(ENVIRONMENT)"
- "--threads"
- "1"
- "--batch-size"
- "50"

0 comments on commit 50e12fe

Please sign in to comment.