diff --git a/docs/orchestrating-elastic-stack-applications/maps.asciidoc b/docs/orchestrating-elastic-stack-applications/maps.asciidoc index fabf847665..2fd467c744 100644 --- a/docs/orchestrating-elastic-stack-applications/maps.asciidoc +++ b/docs/orchestrating-elastic-stack-applications/maps.asciidoc @@ -41,10 +41,19 @@ kind: ElasticMapsServer metadata: name: quickstart spec: +ifeval::["{version}"=="8.8.2"] + version: 8.8.1 +endif::[] +ifeval::["{version}"!="8.8.2"] version: {version} +endif::[] count: 1 ---- +ifeval::["{version}"=="8.8.2"] +WARNING: {ems} `8.8.2` was released with a bug that prevents the Docker image to start. Please use the `8.8.1` tag instead indicated in the snippet above. +endif::[] + Versions of {ems} prior to 7.14 need a connection to Elasticseach to verify the installed license. You define the connection with the `elasticsearchRef` attribute: [source,yaml,subs="attributes"]