File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ Following table lists all the parameters supported by the latest MarkLogic Helm
212212| ` logCollection.outputs ` | Configure desired output for fluent-bit | ` "" ` |
213213| ` haproxy.enabled ` | Parameter to enable the HAProxy Load Balancer for MarkLogic Server | ` false ` |
214214| ` haproxy.image.repository ` | Repository for HAProxy image | ` haproxytech/haproxy-alpine ` |
215- | ` haproxy.image.tag ` | Tag for HAProxy image | ` 2.9.4 ` |
215+ | ` haproxy.image.tag ` | Tag for HAProxy image | ` 3.2.1 ` |
216216| ` haproxy.image.pullPolicy ` | Haproxy iamge Pull Policy | ` IfNotPresent ` |
217217| ` haproxy.existingConfigmap ` | Name of an existing configmap with configuration for HAProxy | ` marklogic-haproxy ` |
218218| ` haproxy.replicaCount ` | Number of HAProxy Deployment | ` 2 ` |
Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ haproxy:
350350 enabled : false
351351 image :
352352 repository : haproxytech/haproxy-alpine
353- tag : " 2.9.4 "
353+ tag : " 3.2.1 "
354354 pullPolicy : IfNotPresent
355355
356356 # # Name of an existing configmap with configuration for HAProxy
You can’t perform that action at this time.
0 commit comments