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
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
214
| ` 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 ` |
216
216
| ` haproxy.image.pullPolicy ` | Haproxy iamge Pull Policy | ` IfNotPresent ` |
217
217
| ` haproxy.existingConfigmap ` | Name of an existing configmap with configuration for HAProxy | ` marklogic-haproxy ` |
218
218
| ` haproxy.replicaCount ` | Number of HAProxy Deployment | ` 2 ` |
Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ haproxy:
350
350
enabled : false
351
351
image :
352
352
repository : haproxytech/haproxy-alpine
353
- tag : " 2.9.4 "
353
+ tag : " 3.2.1 "
354
354
pullPolicy : IfNotPresent
355
355
356
356
# # Name of an existing configmap with configuration for HAProxy
You can’t perform that action at this time.
0 commit comments