From bc0b24fe7f22df76cbd20a7f03efb10ab644632d Mon Sep 17 00:00:00 2001 From: Amath SARR Date: Wed, 5 Jun 2019 15:31:57 +0100 Subject: [PATCH] use chart name instead of unexistant template definition (#13612) Signed-off-by: Amath Sarr --- stable/magento/Chart.yaml | 2 +- stable/magento/templates/ingress.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/magento/Chart.yaml b/stable/magento/Chart.yaml index d7f8c4b8f5..be00be149d 100644 --- a/stable/magento/Chart.yaml +++ b/stable/magento/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: magento -version: 5.1.1 +version: 5.1.2 appVersion: 2.3.1 description: A feature-rich flexible e-commerce solution. It includes transaction options, multi-store functionality, loyalty programs, product categorization and shopper filtering, promotion rules, and more. keywords: diff --git a/stable/magento/templates/ingress.yaml b/stable/magento/templates/ingress.yaml index 798b82a450..c5bac38d04 100644 --- a/stable/magento/templates/ingress.yaml +++ b/stable/magento/templates/ingress.yaml @@ -5,7 +5,7 @@ metadata: name: {{ template "magento.fullname" . }} labels: app: "{{ template "magento.fullname" . }}" - chart: "{{ template "magento.chart" . }}" + chart: {{ .Chart.Name | quote }} release: {{ .Release.Name | quote }} heritage: {{ .Release.Service | quote }} annotations: