mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
use chart name instead of unexistant template definition (#13612)
Signed-off-by: Amath Sarr <amath.sarr@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
4839a9816f
commit
bc0b24fe7f
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user