Skip to content

Commit 934d719

Browse files
authored
Deploy main code in stage for testing (#1200)
1 parent 315a891 commit 934d719

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: deploy/stage/common-values-iris-mpc.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: "ghcr.io/worldcoin/iris-mpc:27bc71fedf6d26e1261e1a4bd2d13fcca9f9a8ae"
1+
image: "ghcr.io/worldcoin/iris-mpc:v0.14.19"
22

33
environment: stage
44
replicaCount: 1

Diff for: scripts/purge_stage/purge_stage_dbs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ clean_mpc_database() {
7474
fi
7575

7676
CLUSTER="arn:aws:eks:eu-north-1:$ACCOUNT_ID:cluster/$CLUSTER_NAME-$PARTY_ID-stage"
77-
echo "Cleaning database for $PARTY_ID with cluster name $CLUSTER_NAME"
77+
echo "Cleaning database for $PARTY_ID with cluster name $CLUSTER"
7878

7979
# Switch to the appropriate Kubernetes context
8080
kubectx $CLUSTER

0 commit comments

Comments
 (0)