diff --git a/incubator/node/templates/deployment.yaml b/incubator/node/templates/deployment.yaml index 49713b88f..beb88734d 100644 --- a/incubator/node/templates/deployment.yaml +++ b/incubator/node/templates/deployment.yaml @@ -4,7 +4,7 @@ metadata: name: {{ template "node.fullname" . }} labels: app: {{ template "node.name" . }} - chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" + chart: {{ template "node.chart" . }} release: "{{ .Release.Name }}" heritage: "{{ .Release.Service }}" spec: