From 786c078e18d61bbc42366e2638acc988d9d2f8be Mon Sep 17 00:00:00 2001 From: Matan Heled Date: Mon, 12 Feb 2024 11:16:50 +0200 Subject: [PATCH] added labels to pod spec --- charts/port-k8s-exporter/Chart.yaml | 2 +- charts/port-k8s-exporter/templates/deployment.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 }}