Skip to content

Commit 7fbea43

Browse files
committed
RELEASE/MINOR: haproxy: Tag release 1.28.1
Changes in haproxy: - Update base image to HAProxy 3.3.6 - Fix newline issue with YAML normalisation (#344) Signed-off-by: Dinko Korunic <dinko.korunic@gmail.com>
1 parent 8a4df81 commit 7fbea43

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

haproxy/Chart.yaml

Lines changed: 4 additions & 5 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.28.0
20-
appVersion: 3.3.1
19+
version: 1.28.1
20+
appVersion: 3.3.6
2121
kubeVersion: ">=1.17.0-0"
2222
keywords:
2323
- haproxy
@@ -31,6 +31,5 @@ maintainers:
3131
engine: gotpl
3232
annotations:
3333
artifacthub.io/changes: |
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)
34+
- Update base image to HAProxy 3.3.6
35+
- Fix newline issue with YAML normalisation (#344)

haproxy/templates/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ metadata:
2323
labels:
2424
{{- include "haproxy.labels" . | nindent 4 }}
2525
data:
26-
{{ .Values.configMount.subPath | default "haproxy.cfg" }}: |
26+
{{ .Values.configMount.subPath | default "haproxy.cfg" }}: |+
2727
{{ tpl .Values.config . | nindent 4 }}
2828
{{- end }}
2929

0 commit comments

Comments
 (0)