J release changes
[ric-plt/ric-dep.git] / helm / 3rdparty / influxdb / templates / _helpers.tpl
index 4866664..aa82dac 100644 (file)
@@ -35,12 +35,13 @@ Create chart name and version as used by the chart label.
 Common labels
 */}}
 {{- define "influxdb.labels" -}}
-helm.sh/chart: {{ include "influxdb.chart" . }}
-{{ include "influxdb.selectorLabels" . }}
+app.kubernetes.io/name: {{ include "influxdb.name" . }}
+app.kubernetes.io/instance: {{ .Release.Name }}
 {{- if .Chart.AppVersion }}
 app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
 {{- end }}
 app.kubernetes.io/managed-by: {{ .Release.Service }}
+helm.sh/chart: {{ include "influxdb.chart" . }}
 {{- end -}}
 
 {{/*