Skip to content

Commit 982c4ad

Browse files
committed
RELEASE/MAJOR: haproxy: Tag release 1.28.0
Changes in haproxy: - Update base image to HAProxy 3.3.1 - Fix image references to fully qualified path - Fixes podLabels does not work in the deployment file (#324) Signed-off-by: Dinko Korunic <[email protected]>
1 parent bf745e2 commit 982c4ad

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

haproxy/Chart.yaml

Lines changed: 5 additions & 6 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.27.0
20-
appVersion: 3.2.9
19+
version: 1.28.0
20+
appVersion: 3.3.1
2121
kubeVersion: ">=1.17.0-0"
2222
keywords:
2323
- haproxy
@@ -31,7 +31,6 @@ maintainers:
3131
engine: gotpl
3232
annotations:
3333
artifacthub.io/changes: |
34-
- Update base image to HAProxy 3.2.9
35-
- Don't mount haproxy.cfg using subPath by default, to be able to do hot config reload (#322)
36-
- Add gateway api support with httproute resource (#321)
37-
- Define automountServiceAccountToken on Deployment and DaemonSet (#319)
34+
- Update base image to HAProxy 3.3.1
35+
- Fix image references to fully qualified path
36+
- Fixes podLabels does not work in the deployment file (#324)

0 commit comments

Comments
 (0)