diff --git a/haproxy/Chart.yaml b/haproxy/Chart.yaml index c9467a0..fdb4398 100644 --- a/haproxy/Chart.yaml +++ b/haproxy/Chart.yaml @@ -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 @@ -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)