Skip to content

Commit 094f5ac

Browse files
authored
Merge pull request #790 from element-hq/bbz/haproxy-3.2
Upgrade to HAProxy 3.2
2 parents 9d19742 + 81dc22c commit 094f5ac

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

charts/matrix-stack/source/haproxy.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-only
77
{% import 'sub_schema_values.yaml.j2' as sub_schema_values -%}
88

99
replicas: 1
10-
{{- sub_schema_values.image(registry='docker.io', repository='library/haproxy', tag='3.1-alpine') }}
10+
{{- sub_schema_values.image(registry='docker.io', repository='library/haproxy', tag='3.2-alpine') }}
1111
{{- sub_schema_values.labels() }}
1212
{{- sub_schema_values.workloadAnnotations() }}
1313
{{- sub_schema_values.containersSecurityContext() }}

charts/matrix-stack/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1391,7 +1391,7 @@ haproxy:
13911391

13921392
## The tag of the container image to use.
13931393
## One of tag or digest must be provided.
1394-
tag: "3.1-alpine"
1394+
tag: "3.2-alpine"
13951395

13961396
## Container digest to use. Used to pull the image instead of the image tag if set
13971397
## The tag will still be set as the app.kubernetes.io/version label

newsfragments/790.changed.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Upgrade HAProxy to 3.2.
2+
3+
Release notes:
4+
- [3.2](https://www.haproxy.com/blog/announcing-haproxy-3-2)

0 commit comments

Comments
 (0)