From b1be4333d93333930605a12b48096d6d429ad433 Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Wed, 1 Jun 2022 11:01:12 +0200 Subject: [PATCH] update cr version in docs and compose --- deploy/compose/docker-compose.yml | 2 +- docs/docs/guides/installation/linux.mdx | 2 +- docs/docs/guides/installation/macos.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/compose/docker-compose.yml b/deploy/compose/docker-compose.yml index 982af82905..241c32fc37 100644 --- a/deploy/compose/docker-compose.yml +++ b/deploy/compose/docker-compose.yml @@ -27,7 +27,7 @@ services: restart: always networks: - zitadel - image: cockroachdb/cockroach:v21.2.5 + image: cockroachdb/cockroach:v22.1.0 command: start-single-node --insecure --listen-addr=0.0.0.0 healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8080/health?ready=1"] diff --git a/docs/docs/guides/installation/linux.mdx b/docs/docs/guides/installation/linux.mdx index 583aed61ab..d0a7bcba48 100644 --- a/docs/docs/guides/installation/linux.mdx +++ b/docs/docs/guides/installation/linux.mdx @@ -1,7 +1,7 @@ ## Download The CockroachDB binary Download a `cockroach` binary as described [here](https://www.cockroachlabs.com/docs/v21.2/install-cockroachdb). -ZITADEL is tested against CockroachDB v21.2.8. +ZITADEL is tested against CockroachDB v22.1.0. ## Run CockroachDB and ZITADEL diff --git a/docs/docs/guides/installation/macos.mdx b/docs/docs/guides/installation/macos.mdx index d6cc1a6911..209ac73fe5 100644 --- a/docs/docs/guides/installation/macos.mdx +++ b/docs/docs/guides/installation/macos.mdx @@ -1,7 +1,7 @@ ## Download The CockroachDB binary Download a `cockroach` binary as described [here](https://www.cockroachlabs.com/docs/v21.2/install-cockroachdb). -ZITADEL is tested against CockroachDB v21.2.8. +ZITADEL is tested against CockroachDB v22.1.0. ## Run CockroachDB and ZITADEL