Skip to content

Commit

Permalink
update image
Browse files Browse the repository at this point in the history
  • Loading branch information
eaypek-tfh committed Oct 10, 2024
1 parent aa24f04 commit 9e2d353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.20"
image: "ghcr.io/worldcoin/iris-mpc:aa24f045c61f8ec15a4529f05bad18950b67d6c2"

environment: stage
replicaCount: 1
Expand Down
2 changes: 1 addition & 1 deletion iris-mpc-common/src/bin/key_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9e2d353

Please sign in to comment.