Skip to content

Commit

Permalink
Update iris-mpc stage version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielle-tfh committed Jan 28, 2025
1 parent 0389013 commit b8b6778
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
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.13.21"
image: "ghcr.io/worldcoin/iris-mpc:v0.13.23"

environment: stage
replicaCount: 1
Expand Down
3 changes: 3 additions & 0 deletions deploy/stage/smpcv2-0-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ env:

- name: SMPC__PROCESSING_TIMEOUT_SECS
value: "120"

- name: SMPC__HEARTBEAT_INITIAL_RETRIES
value: "65"

- name: SMPC__PATH
value: "/data/"
Expand Down
3 changes: 3 additions & 0 deletions deploy/stage/smpcv2-1-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ env:

- name: SMPC__PROCESSING_TIMEOUT_SECS
value: "120"

- name: SMPC__HEARTBEAT_INITIAL_RETRIES
value: "65"

- name: SMPC__PATH
value: "/data/"
Expand Down
3 changes: 3 additions & 0 deletions deploy/stage/smpcv2-2-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ env:

- name: SMPC__PROCESSING_TIMEOUT_SECS
value: "120"

- name: SMPC__HEARTBEAT_INITIAL_RETRIES
value: "65"

- name: SMPC__PATH
value: "/data/"
Expand Down

0 comments on commit b8b6778

Please sign in to comment.