Skip to content

Commit

Permalink
RELEASE/MAJOR: haproxy: Tag release 1.21.0
Browse files Browse the repository at this point in the history
Changes in haproxy:
- Update base image to HAProxy 2.9.5
- Add internalTrafficPolicy property for service (#218)
- Update podAnnotations rendering for better flexibility (#224)

Signed-off-by: Dinko Korunic <[email protected]>
  • Loading branch information
dkorunic committed Feb 16, 2024
1 parent f89ca9d commit 6237054
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions haproxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ apiVersion: v2
name: haproxy
description: A Helm chart for HAProxy on Kubernetes
type: application
version: 1.20.0
appVersion: 2.9.2
version: 1.21.0
appVersion: 2.9.5
kubeVersion: ">=1.17.0-0"
keywords:
- haproxy
Expand All @@ -31,5 +31,6 @@ maintainers:
engine: gotpl
annotations:
artifacthub.io/changes: |
- Update base image to HAProxy 2.9.2
- Add automountServiceAccountToken feature for ServiceAccount (#192)
- Update base image to HAProxy 2.9.5
- Add internalTrafficPolicy property for service (#218)
- Update podAnnotations rendering for better flexibility (#224)

0 comments on commit 6237054

Please sign in to comment.