From a1de48c42638d8fc6a5936b7beb62add600cc015 Mon Sep 17 00:00:00 2001 From: Wojciech Sromek <157375010+wojciechsromek@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:58:07 +0100 Subject: [PATCH] hotfix bump and scale up (#924) * hotfix release * scale up --- deploy/prod/common-values-iris-mpc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/prod/common-values-iris-mpc.yaml b/deploy/prod/common-values-iris-mpc.yaml index b8d133452..eba779789 100644 --- a/deploy/prod/common-values-iris-mpc.yaml +++ b/deploy/prod/common-values-iris-mpc.yaml @@ -1,7 +1,7 @@ -image: "ghcr.io/worldcoin/iris-mpc:v0.13.13" +image: "ghcr.io/worldcoin/iris-mpc:v0.13.17" environment: prod -replicaCount: 0 +replicaCount: 1 strategy: type: Recreate