diff --git a/charts/docreader/Chart.yaml b/charts/docreader/Chart.yaml index 7551102..49fdb3d 100644 --- a/charts/docreader/Chart.yaml +++ b/charts/docreader/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 name: docreader home: https://api.regulaforensics.com/ -version: 2.0.0 +version: 2.0.1 appVersion: nightly description: Fast and accurate data extraction from identity documents. On-premise and cloud integration icon: https://secure.gravatar.com/avatar/71a5efd69d82e444129ad18f51224bbb.jpg diff --git a/charts/faceapi/Chart.yaml b/charts/faceapi/Chart.yaml index a64f5c5..34d3172 100644 --- a/charts/faceapi/Chart.yaml +++ b/charts/faceapi/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 name: faceapi home: https://faceapi.regulaforensics.com/ -version: 1.5.7 +version: 1.5.8 appVersion: nightly description: Face Recognition Service. On-premise and cloud integration icon: https://secure.gravatar.com/avatar/71a5efd69d82e444129ad18f51224bbb.jpg diff --git a/charts/faceapi/templates/_helpers.tpl b/charts/faceapi/templates/_helpers.tpl index 38ebefc..c9b2d0d 100644 --- a/charts/faceapi/templates/_helpers.tpl +++ b/charts/faceapi/templates/_helpers.tpl @@ -33,10 +33,10 @@ helm.sh/chart: {{ include "faceapi.chart" . }} {{- if .Chart.AppVersion }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} +app.kubernetes.io/managed-by: {{ .Release.Service }} {{- if .Values.commonLabels }} {{ toYaml .Values.commonLabels }} {{- end }} -app.kubernetes.io/managed-by: {{ .Release.Service }} {{- end }} {{/* Selector labels */}}