Skip to content

Commit

Permalink
Switch back to latest image
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev committed Sep 30, 2024
1 parent b56e44c commit a467a3e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}'
Expand Down

0 comments on commit a467a3e

Please sign in to comment.