Skip to content

Commit

Permalink
Update Maps for 8.8.1 indication fix (#7005) (#7017)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5b160c9)

Co-authored-by: Jorge Sanz <jorge@jorgesanz.net>
  • Loading branch information
pebrc and jsanz authored Jul 13, 2023
1 parent 73a9c3f commit b81a9c9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/orchestrating-elastic-stack-applications/maps.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit b81a9c9

Please sign in to comment.