diff --git a/charts/port-k8s-exporter/Chart.yaml b/charts/port-k8s-exporter/Chart.yaml index 1bab586..505991e 100644 --- a/charts/port-k8s-exporter/Chart.yaml +++ b/charts/port-k8s-exporter/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: port-k8s-exporter description: A Helm chart for Port Kubernetes Exporter type: application -version: 0.2.16 +version: 0.2.17 appVersion: "0.2.12" home: https://getport.io/ sources: diff --git a/charts/port-k8s-exporter/templates/deployment.yaml b/charts/port-k8s-exporter/templates/deployment.yaml index fb5761a..3400f78 100644 --- a/charts/port-k8s-exporter/templates/deployment.yaml +++ b/charts/port-k8s-exporter/templates/deployment.yaml @@ -17,6 +17,7 @@ spec: {{- end }} labels: {{- include "port-k8s-exporter.selectorLabels" . | nindent 8 }} + {{- include "port-k8s-exporter.labels" . | nindent 8 }} config-hash: {{ .Values.configMap.config | toYaml | sha256sum | trunc 32 }} spec: {{- with .Values.imagePullSecrets }}