diff --git a/deploy/stage/common-values-iris-mpc.yaml b/deploy/stage/common-values-iris-mpc.yaml index ef2d2c2c9..d38e2186b 100644 --- a/deploy/stage/common-values-iris-mpc.yaml +++ b/deploy/stage/common-values-iris-mpc.yaml @@ -1,4 +1,4 @@ -image: "ghcr.io/worldcoin/iris-mpc:v0.8.20" +image: "ghcr.io/worldcoin/iris-mpc:aa24f045c61f8ec15a4529f05bad18950b67d6c2" environment: stage replicaCount: 1 diff --git a/iris-mpc-common/src/bin/key_manager.rs b/iris-mpc-common/src/bin/key_manager.rs index 2568d5e9c..dffd94979 100644 --- a/iris-mpc-common/src/bin/key_manager.rs +++ b/iris-mpc-common/src/bin/key_manager.rs @@ -178,7 +178,7 @@ async fn rotate_keys( tracing::info!("Public key: {}", pub_key_str); tracing::info!("Private key: {}", priv_key_str); - + if dry_run.unwrap_or(false) { println!("Dry run enabled, skipping upload of public key to S3"); println!("Public key: {}", pub_key_str);