File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed 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.19.1
20- appVersion : 2.8.0
19+ version : 1.19.2
20+ appVersion : 2.8.1
2121kubeVersion : " >=1.17.0-0"
2222keywords :
2323 - haproxy
@@ -31,4 +31,5 @@ maintainers:
3131engine : gotpl
3232annotations :
3333 artifacthub.io/changes : |
34- - Update base image to HAProxy 2.8.0
34+ - Update base image to HAProxy 2.8.1
35+ - Derive Configmap haproxy.includes from haproxy.fullname (#180)
Original file line number Diff line number Diff line change @@ -88,6 +88,13 @@ Create the name of the service account to use
8888{ {- end } }
8989{ {- end } }
9090
91+ { {/*
92+ Create includes name
93+ */} }
94+ { {- define " haproxy.includes" -} }
95+ { {- printf " %s-%s" (include " haproxy.fullname" .) " includes" | trunc 63 | trimSuffix " -" } }
96+ { {- end } }
97+
9198{ {/*
9299Encode an imagePullSecret string.
93100*/} }
Original file line number Diff line number Diff line change 3232apiVersion : v1
3333kind : ConfigMap
3434metadata :
35- name : includes
35+ name : {{ include "haproxy. includes" . }}
3636 namespace : {{ include "haproxy.namespace" . }}
3737data :
3838{{- range $key, $val := .Values.includes }}
You can’t perform that action at this time.
0 commit comments