diff --git a/testsuite/forge/src/backend/k8s_deployer/constants.rs b/testsuite/forge/src/backend/k8s_deployer/constants.rs index e4e30cb906a..0b7e98ae8e5 100644 --- a/testsuite/forge/src/backend/k8s_deployer/constants.rs +++ b/testsuite/forge/src/backend/k8s_deployer/constants.rs @@ -13,7 +13,7 @@ pub const INDEXER_GRPC_DOCKER_IMAGE_REPO: &str = /// The version of the forge deployer image to use. pub const DEFAULT_FORGE_DEPLOYER_IMAGE_TAG: &str = - "release_bf1d9988160a2139f7ff633f09acb543b20846be"; // latest stable build (2026-04-15) + "release_0ff726f94900025cd5029abbc82f7b2249a943d4"; // latest stable build (2026-04-19) /// This is the service account name that the deployer will use to deploy the forge components. It may require extra permissions and additonal setup pub const FORGE_DEPLOYER_SERVICE_ACCOUNT_NAME: &str = "forge";