Skip to content

Commit 0f59fd5

Browse files
committed
Removing unnecessary quotes. Release 0.7.0.
Signed-off-by: Dinko Korunic <dkorunic@haproxy.com>
1 parent a5b2ef2 commit 0f59fd5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

kubernetes-ingress/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
apiVersion: v1
1616
name: kubernetes-ingress
17-
version: 0.6.0
17+
version: 0.7.0
1818
kubeVersion: ">=1.12.0-0"
1919
description: A Helm chart for HAProxy Kubernetes Ingress Controller
2020
keywords:

kubernetes-ingress/templates/controller-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ spec:
7373
protocol: TCP
7474
{{- end }}
7575
{{- range .Values.controller.service.tcpPorts }}
76-
- name: "{{ . }}-tcp"
76+
- name: {{ . }}-tcp
7777
containerPort: {{ . }}
7878
protocol: TCP
7979
{{- end }}

kubernetes-ingress/templates/controller-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
protocol: TCP
4949
targetPort: {{ .Values.controller.service.targetPorts.stat }}
5050
{{- range .Values.controller.service.tcpPorts }}
51-
- name: "{{ . }}-tcp"
51+
- name: {{ . }}-tcp
5252
port: {{ . }}
5353
protocol: TCP
5454
targetPort: {{ . }}

0 commit comments

Comments
 (0)