summaryrefslogtreecommitdiffstats
path: root/components/aai-graphadmin/templates/configmap.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'components/aai-graphadmin/templates/configmap.yaml')
-rw-r--r--components/aai-graphadmin/templates/configmap.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/aai-graphadmin/templates/configmap.yaml b/components/aai-graphadmin/templates/configmap.yaml
index bd229d3..e704743 100644
--- a/components/aai-graphadmin/templates/configmap.yaml
+++ b/components/aai-graphadmin/templates/configmap.yaml
@@ -25,7 +25,7 @@ metadata:
labels:
app: {{ include "common.name" . }}
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
- release: {{ .Release.Name }}
+ release: {{ include "common.release" . }}
heritage: {{ .Release.Service }}
{{- if .Values.global.jobs.migration.enabled }}
annotations:
@@ -52,7 +52,7 @@ metadata:
labels:
app: {{ include "common.name" . }}
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
- release: {{ .Release.Name }}
+ release: {{ include "common.release" . }}
heritage: {{ .Release.Service }}
annotations:
"helm.sh/hook": pre-upgrade,pre-install