From d40bcad28301feba527878e6ca4e09de9afed38a Mon Sep 17 00:00:00 2001 From: Matan Heled Date: Mon, 12 Feb 2024 19:25:01 +0200 Subject: [PATCH 1/2] removed redundant labels --- charts/port-k8s-exporter/templates/deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/port-k8s-exporter/templates/deployment.yaml b/charts/port-k8s-exporter/templates/deployment.yaml index 3400f78..28c83dd 100644 --- a/charts/port-k8s-exporter/templates/deployment.yaml +++ b/charts/port-k8s-exporter/templates/deployment.yaml @@ -16,7 +16,6 @@ spec: {{- toYaml . | nindent 8 }} {{- 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: From b05e102e2d59b6d5155c7658fb547db7ed8222ff Mon Sep 17 00:00:00 2001 From: Matan Heled Date: Mon, 12 Feb 2024 19:26:13 +0200 Subject: [PATCH 2/2] change k8s exporter chart version to 0.2.18 --- charts/port-k8s-exporter/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/port-k8s-exporter/Chart.yaml b/charts/port-k8s-exporter/Chart.yaml index 505991e..014d6b1 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.17 +version: 0.2.18 appVersion: "0.2.12" home: https://getport.io/ sources: