File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ apiVersion: v2
1616name : haproxy
1717description : A Helm chart for HAProxy on Kubernetes
1818type : application
19- version : 1.21.0
19+ version : 1.21.1
2020appVersion : 2.9.5
2121kubeVersion : " >=1.17.0-0"
2222keywords :
@@ -31,6 +31,4 @@ maintainers:
3131engine : gotpl
3232annotations :
3333 artifacthub.io/changes : |
34- - Update base image to HAProxy 2.9.5
35- - Add internalTrafficPolicy property for service (#218)
36- - Update podAnnotations rendering for better flexibility (#224)
34+ - Remove hardcode from configmap template for haproxy chart (#233)
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- haproxy.cfg : |
26+ {{ .Values.configMount.subPath }} : |
2727 {{ tpl .Values.config . | nindent 4 }}
2828{{- end }}
2929
You can’t perform that action at this time.
0 commit comments