From a79a62a8a986ee67ae40e3f414a8892c61947cec Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 29 Oct 2024 15:43:27 +0100 Subject: [PATCH] fix: chart version --- charts/openlit/templates/ingress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/openlit/templates/ingress.yml b/charts/openlit/templates/ingress.yml index 13d59ad..f955f67 100644 --- a/charts/openlit/templates/ingress.yml +++ b/charts/openlit/templates/ingress.yml @@ -14,7 +14,7 @@ apiVersion: extensions/v1beta1 {{- end }} kind: Ingress metadata: - name: {{ $fullName }} + name: {{ include "openlit.fullname" . }} labels: app: {{ include "openlit.fullname" . }} {{- include "openlit.labels" . | nindent 4 }}