This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 9cd92d1ecad939d9d22cce05d05de3962be2caed Author: Benoit Tellier <[email protected]> AuthorDate: Thu Dec 2 15:30:28 2021 +0700 [RELEASE] Mention 3.7.0 on the running docker guide Not tested with 3.6.1, only with the latest master. --- .../distributed-app/docs/modules/ROOT/pages/run/run-kubernetes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/apps/distributed-app/docs/modules/ROOT/pages/run/run-kubernetes.adoc b/server/apps/distributed-app/docs/modules/ROOT/pages/run/run-kubernetes.adoc index 435670a..de3911d 100644 --- a/server/apps/distributed-app/docs/modules/ROOT/pages/run/run-kubernetes.adoc +++ b/server/apps/distributed-app/docs/modules/ROOT/pages/run/run-kubernetes.adoc @@ -14,7 +14,7 @@ Before runnning the Helm chart, James should have particularly access to the fol Apache Cassandra:: - You can deploy Cassandra on Kubernetes with a link:https://github.com/bitnami/charts/tree/master/bitnami/cassandra[Cassandra chart] for testing purpose. However we would recommend running Cassandra on VirtualMachine for better stablilty. ElastiSearch:: -- Starting from `james:distributed-3.6.0` we have been using `elasticsearch-oss-7.10.2` as default version. Please check ElasticSearch link:https://www.elastic.co/downloads/past-releases#elasticsearch-oss[Release Page] for download. +- Starting from `james:distributed-3.7.0` we have been using `elasticsearch-oss-7.10.2` as default version. Please check ElasticSearch link:https://www.elastic.co/downloads/past-releases#elasticsearch-oss[Release Page] for download. RabbitMQ:: - link:https://github.com/rabbitmq/cluster-operator[RabbitMQ Cluster Operator] is a custom Kubernetes resource designed for the lifecycle (creation, upgrade, graceful shutdown) of a RabbitMQ cluster. Using Quickstart setup is enough for James deployment. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
