Skip to content

Commit aad65e4

Browse files
committed
Clarify CE differences on pricing page
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent c9d845d commit aad65e4

2 files changed

Lines changed: 25 additions & 3 deletions

File tree

_includes/pricing-page/pricing-cards.html

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
<path d="M1412 734q0-28-18-46l-91-90q-19-19-45-19t-45 19l-408 407-226-226q-19-19-45-19t-45 19l-91 90q-18 18-18 46 0 27 18 45l362 362q19 19 45 19 27 0 46-19l543-543q18-18 18-45zm252 162q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z">
2929
</path>
3030
</svg>
31-
Maintained by community volunteers
31+
Maintained by community
3232
</li>
3333
<li class="mb-3 is-flex is-align-items-center ">
3434
<svg class="image is-24x24 mr-2" xmlns="http://www.w3.org/2000/svg"stroke="currentColor" fill="#6a6a6a" viewBox="0 0 1792 1792">
3535
<path d="M1412 734q0-28-18-46l-91-90q-19-19-45-19t-45 19l-408 407-226-226q-19-19-45-19t-45 19l-91 90q-18 18-18 46 0 27 18 45l362 362q19 19 45 19 27 0 46-19l543-543q18-18 18-45zm252 162q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z">
3636
</path>
3737
</svg>
38-
All binaries/images limited to a 60 day trial for commercial use.
38+
60-day limit on commercial use for all binaries and images
3939
</li>
4040
<li class="mb-3 is-flex is-align-items-center ">
4141
<svg class="image is-24x24 mr-2" xmlns="http://www.w3.org/2000/svg"stroke="currentColor" fill="#6a6a6a" viewBox="0 0 1792 1792">
@@ -62,6 +62,14 @@ <h3 class="mb-3" style="font-weight: bold;">Functions</h3>
6262
<span data-tooltip="You can deploy functions in a maximum of one namespace">1x namespace</span>
6363
</li>
6464

65+
<li class="mb-3 is-flex is-align-items-center">
66+
<svg class="image is-24x24 mr-2" xmlns="http://www.w3.org/2000/svg"stroke="currentColor" fill="#6a6a6a" viewBox="0 0 1792 1792">
67+
<path d="M1412 734q0-28-18-46l-91-90q-19-19-45-19t-45 19l-408 407-226-226q-19-19-45-19t-45 19l-91 90q-18 18-18 46 0 27 18 45l362 362q19 19 45 19 27 0 46-19l543-543q18-18 18-45zm252 162q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z">
68+
</path>
69+
</svg>
70+
<span data-tooltip="You can only deploy functions from public repositories where authentication is disabled.">Public repositories for functions only</span>
71+
</li>
72+
6573
<h3 class="mb-3" style="font-weight: bold;">Core features</h3>
6674

6775
<li class="mb-3 is-flex is-align-items-center ">
@@ -104,7 +112,7 @@ <h3 class="mb-3" style="font-weight: bold;">Core features</h3>
104112
Cron trigger
105113
</li>
106114

107-
* Not intended for commercial use, limited functionality, with community support.
115+
* Not intended for commercial use, functionality and commercial use limited.
108116

109117
<div class="book-a-call">
110118
<div class="field mt-3">
@@ -176,6 +184,13 @@ <h3 class="mb-3" style="font-weight: bold;">Functions</h3>
176184
</svg>
177185
<span data-tooltip="You can deploy functions in one namespace, for multi-tenancy see OpenFaaS for Enterprises">1x namespace</span>
178186
</li>
187+
<li class="mb-3 is-flex is-align-items-center">
188+
<svg class="image is-24x24 mr-2" xmlns="http://www.w3.org/2000/svg"stroke="currentColor" fill="#10b981" viewBox="0 0 1792 1792">
189+
<path d="M1412 734q0-28-18-46l-91-90q-19-19-45-19t-45 19l-408 407-226-226q-19-19-45-19t-45 19l-91 90q-18 18-18 46 0 27 18 45l362 362q19 19 45 19 27 0 46-19l543-543q18-18 18-45zm252 162q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z">
190+
</path>
191+
</svg>
192+
<span data-tooltip="You can deploy functions from public and private registries with authentication">Private registries for functions</span>
193+
</li>
179194

180195
<h3 class="mb-3" style="font-weight: bold;">Autoscaling</h3>
181196

_includes/pricing-page/pricing-table.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ <h3 class="subtitle pt-4">
4949
<td class="is-2">Supported for commercial, defense, & military.</td>
5050
</tr>
5151

52+
<tr>
53+
<th class="is-one-third">Private registries for functions</th>
54+
<td class="is-2">Not supported.</td>
55+
<td class="is-2">Supported.</td>
56+
<td class="is-2">Supported.</td>
57+
</tr>
58+
5259
<tr>
5360
<td colspan="4">We can support other languages for licensed customers, free to reach out to us to ask.<td>
5461
</tr>

0 commit comments

Comments
 (0)