You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`ingress.additionalHost`| List of ingress additional hosts |`[]`|
209
222
210
223
## Known Issues and Limitations
211
224
@@ -215,3 +228,5 @@ Following table lists all the parameters supported by the latest MarkLogic Helm
215
228
4. The latest released version of fluent/fluent-bit:2.2.2 has known security vulnerabilities with respect to libcom-err2 CVE-2022-1304, libgcrypt20 CVE-2021-33560, libgnutls30 CVE-2024-0567, libldap-2.4-2 CVE-2023-2953, libzstd1 CVE-2022-4899, zlib1g CVE-2023-45853. These libraries are included in the Debian base image but, to-date, no fixes have been made available. For libpq5 CVE-2024-0985, we wait for a future upgrade of the fluent-bit image to include the fix. We will provide updates and mitigation strategies as soon as more information becomes available.
216
229
5. The latest released version of redhat/ubi9:9.3 has known security vulnerabilities with respect to setuptools GHSA-r9hx-vwmv-q579, we wait for a future upgrade of the redhad ubi image to include the fix.
217
230
6. The security context “allowPrivilegeEscalation” is set to TRUE by default in values.yaml file and cannot be changed to run the current MarkLogic container. Work is in progress to run MarkLogic container in "rootless" mode.
231
+
7. The Readiness and Startup Probe are not compatible with HA deployment. At the moment these probes may fail in the case of Security database failover. As of the 1.0.2 helm chart release, the startup and readiness probes are disabled by default.
232
+
8. Path based routing and Ingress features are only supported with MarkLogic 11.1 and higher.
Copy file name to clipboardExpand all lines: charts/templates/NOTES.txt
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,10 @@
1
1
Thank you for installing {{ .Chart.Name }}.
2
2
3
+
NOTE: Marklogic cluster make take several minutes to be fully initialised. Please standby while containers are started and the MarkLogic cluster is configured.
4
+
3
5
Your release is named {{ .Release.Name }}.
4
6
7
+
5
8
{{- if eq (include "marklogic.imageType" .) "rootless" }}
6
9
{{- if .Values.containerSecurityContext.allowPrivilegeEscalation }}
7
10
WARNING
@@ -13,6 +16,23 @@ WARNING
13
16
{{- end }}
14
17
{{- end }}
15
18
19
+
{{- if .Values.haproxy.pathbased.enabled }}
20
+
{{- if not .Values.tls.enableOnDefaultAppServers }}
0 commit comments