diff --git a/charts/gdscan/Chart.yaml b/charts/gdscan/Chart.yaml index 1639ce4..7b0c5d1 100644 --- a/charts/gdscan/Chart.yaml +++ b/charts/gdscan/Chart.yaml @@ -5,4 +5,4 @@ maintainers: - name: G DATA CyberDefense AG email: oem@gdata.de type: application -version: 1.4.5 +version: 1.4.6 diff --git a/charts/gdscan/templates/_helpers.tpl b/charts/gdscan/templates/_helpers.tpl index bd1aa7e..44339a9 100644 --- a/charts/gdscan/templates/_helpers.tpl +++ b/charts/gdscan/templates/_helpers.tpl @@ -58,6 +58,7 @@ Selector labels {{- define "gdscan.selectorLabels" -}} app.kubernetes.io/name: {{ include "gdscan.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} +app.kubernetes.io/namespace: {{ .Release.Namespace }} {{- end }} {{- define "common.tplvalues.render" -}} diff --git a/charts/gdscan/templates/update.yaml b/charts/gdscan/templates/update.yaml index fc90e06..96f794d 100644 --- a/charts/gdscan/templates/update.yaml +++ b/charts/gdscan/templates/update.yaml @@ -50,6 +50,7 @@ spec: metadata: labels: app.kubernetes.io/name: update + app.kubernetes.io/instance: "{{ .Release.Name }}" app.kubernetes.io/namespace: "{{ .Release.Namespace }}" spec: serviceAccountName: update