Skip to content

Commit 19a88ce

Browse files
committed
bump haproxy 2.8.24, service anotation to values
1 parent 4869c22 commit 19a88ce

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

charts/ldap/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
name: ldap
3-
version: 0.3.0
3+
version: 0.4.0

charts/ldap/templates/service.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ apiVersion: v1
33
kind: Service
44
metadata:
55
name: ldap
6+
{{- with .Values.service.annotations }}
67
annotations:
7-
cloud.google.com/neg: '{"ingress":false}'
8+
{{- toYaml . | nindent 4 }}
9+
{{- end }}
810
spec:
911
selector:
1012
app: ldap

charts/ldap/values.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
image:
22
repository: "haproxy"
3-
tag: "2.8.15"
3+
tag: "2.8.24"
44
pullPolicy: IfNotPresent
55
replicas: 1
66
servers: []
77
resources: {}
88
nodeSelector: {}
99
tolerations: []
1010
affinity: {}
11+
service:
12+
annotations:
13+
cloud.google.com/neg: '{"ingress":false}'

0 commit comments

Comments
 (0)