From b0ee9ba0e90f52fe943afc2aa506eddde84d1da7 Mon Sep 17 00:00:00 2001 From: Bobby Iliev Date: Mon, 30 Sep 2024 10:06:16 +0300 Subject: [PATCH] Switch back to latest image --- compose.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/compose.yaml b/compose.yaml index a65e7663..fe6f65b6 100644 --- a/compose.yaml +++ b/compose.yaml @@ -4,9 +4,7 @@ version: "3.9" services: materialized: - # TODO: Revise the image tag to the latest stable release after testing - # image: materialize/materialized:latest - image: materialize/materialized:v0.118.0-dev.0--pr.g4c4d1ae4f815f25f8e2e29f59be7d3634a489b7f + image: materialize/materialized:latest container_name: materialized command: - '--cluster-replica-sizes={"3xsmall": {"workers": 1, "scale": 1, "credits_per_hour": "1"}, "2xsmall": {"workers": 1, "scale": 1, "credits_per_hour": "1"}, "25cc": {"workers": 1, "scale": 1, "credits_per_hour": "1"}, "50cc": {"workers": 1, "scale": 1, "credits_per_hour": "1"}}'