Skip to content

Commit a1e9b34

Browse files
committed
RELEASE/MAJOR: haproxy: Tag release 1.24.0
Changes in haproxy: - Update base image to HAProxy 3.1.5 - Conditionalize config volumeMount subpath (#285) - Conditionalize subPath for haproxy-config configmap - Add deployment annotations as a configurable property. (#281) Signed-off-by: Dinko Korunic <[email protected]>
1 parent aeefb54 commit a1e9b34

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

haproxy/Chart.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ apiVersion: v2
1616
name: haproxy
1717
description: A Helm chart for HAProxy on Kubernetes
1818
type: application
19-
version: 1.23.0
20-
appVersion: 3.0.4
19+
version: 1.24.0
20+
appVersion: 3.1.5
2121
kubeVersion: ">=1.17.0-0"
2222
keywords:
2323
- haproxy
@@ -31,4 +31,7 @@ maintainers:
3131
engine: gotpl
3232
annotations:
3333
artifacthub.io/changes: |
34-
- Update base image to HAProxy 3.0.4
34+
- Update base image to HAProxy 3.1.5
35+
- Conditionalize config volumeMount subpath (#285)
36+
- Conditionalize subPath for haproxy-config configmap
37+
- Add deployment annotations as a configurable property. (#281)

0 commit comments

Comments
 (0)