[incubator/haproxy-ingress] Wrong app label generated in manifests (#22117)

* Fix `app` label

Signed-off-by: Ivan Rizzante <ivan.rizzante@tech.sdb.it>

* Bump chart version

Signed-off-by: Ivan Rizzante <ivan.rizzante@tech.sdb.it>

Co-authored-by: Ivan Rizzante <ivan.rizzante@tech.sdb.it>
This commit is contained in:
irizzant
2020-04-25 19:23:28 -07:00
committed by GitHub
co-authored by Ivan Rizzante
parent 7509a18a29
commit 50e9c336ed
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: haproxy-ingress
version: 0.0.25
version: 0.0.26
appVersion: 0.7.2
home: https://github.com/jcmoraisjr/haproxy-ingress
description: Ingress controller implementation for haproxy loadbalancer.
@@ -10,14 +10,14 @@ Expand the name of the chart.
Create the app label for controller
*/}}
{{- define "haproxy-ingress.labels.app.controller" -}}
{{ default "haproxy-ingress.name" }}-controller
{{ default "haproxy-ingress-controller" }}
{{- end -}}
{{/*
Create the app label for default backend
*/}}
{{- define "haproxy-ingress.labels.app.default-backend" -}}
{{ default "haproxy-ingress.name" }}-default-backend
{{ default "haproxy-ingress-default-backend" }}
{{- end -}}
{{/*