File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ apiVersion: v2
1616name : haproxy
1717description : A Helm chart for HAProxy on Kubernetes
1818type : application
19- version : 1.28.0
20- appVersion : 3.3.1
19+ version : 1.28.1
20+ appVersion : 3.3.6
2121kubeVersion : " >=1.17.0-0"
2222keywords :
2323 - haproxy
@@ -31,6 +31,5 @@ maintainers:
3131engine : gotpl
3232annotations :
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)
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ metadata:
2323 labels :
2424 {{- include "haproxy.labels" . | nindent 4 }}
2525data :
26- {{ .Values.configMount.subPath | default "haproxy.cfg" }} : |
26+ {{ .Values.configMount.subPath | default "haproxy.cfg" }} : |+
2727 {{ tpl .Values.config . | nindent 4 }}
2828{{- end }}
2929
You can’t perform that action at this time.
0 commit comments