Skip to content

Commit aa37623

Browse files
pengzhoumlPeng Zhou
andauthored
MLE-22607: update haproxy version to 3.2.1 (#327)
* MLE-22607: update haproxy version to 3.2.1 * update README --------- Co-authored-by: Peng Zhou <[email protected]>
1 parent 0b1e517 commit aa37623

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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` |

charts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)