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
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ Following table lists all the parameters supported by the latest MarkLogic Helm
137
137
|`image.repository`| Repository for MarkLogic image |`progressofficial/marklogic-db`|
138
138
|`image.tag`| Image tag for MarkLogic image |`11.3.1-ubi-rootless-2.1.2`|
139
139
|`image.pullPolicy`| Image pull policy for MarkLogic image |`IfNotPresent`|
140
-
|`initContainers.utilContainer.image`| Image for copyCerts and volume permission change for root to rootless upgrade InitContainer |`redhat/ubi9:9.5`|
140
+
|`initContainers.utilContainer.image`| Image for copyCerts and volume permission change for root to rootless upgrade InitContainer |`redhat/ubi9:9.6`|
141
141
|`initContainers.utilContainer.pullPolicy`| Pull policy for copyCerts and volume permission change for root to rootless upgrade InitContainer |`IfNotPresent`|
142
142
|`imagePullSecrets`| Registry secret names as an array |`[]`|
143
143
|`hugepages.enabled`| Parameter to enable Hugepage on MarkLogic |`false`|
@@ -211,6 +211,9 @@ Following table lists all the parameters supported by the latest MarkLogic Helm
211
211
|`logCollection.files.auditLogs`| Parameter to enable collection of MarkLogics audit logs when log collection is enabled |`true`|
212
212
|`logCollection.outputs`| Configure desired output for fluent-bit |`""`|
213
213
|`haproxy.enabled`| Parameter to enable the HAProxy Load Balancer for MarkLogic Server |`false`|
214
+
|`haproxy.image.repository`| Repository for HAProxy image |`haproxytech/haproxy-alpine`|
215
+
|`haproxy.image.tag`| Tag for HAProxy image |`3.2.1`|
0 commit comments