Skip to content

Commit

Permalink
List minibroker service versions for kube <=1.15 and >=1.16 (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
btat authored May 7, 2020
1 parent 177b04c commit d89e6bf
Showing 1 changed file with 38 additions and 3 deletions.
41 changes: 38 additions & 3 deletions xml/cap_admin_service_broker.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,48 @@
--set "defaultNamespace=minibroker"
</screen>
<para>
The following table lists the services provided by Minibroker, along with
The following tables list the services provided by Minibroker, along with
the latest chart and application version combination known to work with
Minibroker.
</para>
<para>
Note that the table is only applicable to &kube; deployments with version
1.15 or earlier.
If your deployment uses &kube; 1.15 or earlier, use the following versions.
</para>
<informaltable>
<tgroup cols="3">
<thead>
<row>
<entry>Service</entry>
<entry>Version</entry>
<entry>appVersion</entry>
</row>
</thead>
<tbody>
<row>
<entry>&mariadb;</entry>
<entry>4.3.0</entry>
<entry>10.1.34</entry>
</row>
<row>
<entry>MongoDB</entry>
<entry>5.3.3</entry>
<entry>4.0.6</entry>
</row>
<row>
<entry>&postgresql;</entry>
<entry>6.2.1</entry>
<entry>11.5.0</entry>
</row>
<row>
<entry>Redis</entry>
<entry>3.7.2</entry>
<entry>4.0.10</entry>
</row>
</tbody>
</tgroup>
</informaltable>
<para>
If your deployment uses &kube; 1.16 or later, use the following versions.
</para>
<informaltable>
<tgroup cols="3">
Expand Down

0 comments on commit d89e6bf

Please sign in to comment.