Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test-suite/fhevm/env/staging/.env.kms-connector
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ KMS_CONNECTOR_DATABASE_URL="postgresql://db:5432/kms-connector"
KMS_CONNECTOR_DATABASE_POOL_SIZE="10"
KMS_CONNECTOR_GATEWAY_URL=http://gateway-node:8546
KMS_CONNECTOR_KMS_CORE_ENDPOINTS=http://kms-core:50051
KMS_CONNECTOR_CHAIN_ID=54321
KMS_CONNECTOR_GATEWAY_CHAIN_ID=54321
OTEL_EXPORTER_OTLP_ENDPOINT=http://jaeger:4317

# =============================================================================
Expand Down
8 changes: 4 additions & 4 deletions test-suite/fhevm/fhevm-cli
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ PROJECT="fhevm"
# Default versions for the fhevm stack.

# KMS connector services.
export CONNECTOR_DB_MIGRATION_VERSION=${CONNECTOR_DB_MIGRATION_VERSION:-"v0.10.9"}
export CONNECTOR_GW_LISTENER_VERSION=${CONNECTOR_GW_LISTENER_VERSION:-"v0.10.9"}
export CONNECTOR_KMS_WORKER_VERSION=${CONNECTOR_KMS_WORKER_VERSION:-"v0.10.9"}
export CONNECTOR_TX_SENDER_VERSION=${CONNECTOR_TX_SENDER_VERSION:-"v0.10.9"}
export CONNECTOR_DB_MIGRATION_VERSION=${CONNECTOR_DB_MIGRATION_VERSION:-"f9f68ad"}
export CONNECTOR_GW_LISTENER_VERSION=${CONNECTOR_GW_LISTENER_VERSION:-"f9f68ad"}
export CONNECTOR_KMS_WORKER_VERSION=${CONNECTOR_KMS_WORKER_VERSION:-"f9f68ad"}
export CONNECTOR_TX_SENDER_VERSION=${CONNECTOR_TX_SENDER_VERSION:-"f9f68ad"}

# Coprocessor services.
export COPROCESSOR_DB_MIGRATION_VERSION=${COPROCESSOR_DB_MIGRATION_VERSION:-"6e09d3b"}
Expand Down