From 11b84402270c31c092ffe4ae2c3fe8362733b481 Mon Sep 17 00:00:00 2001 From: yair Date: Sun, 7 Jan 2024 11:13:36 +0200 Subject: [PATCH 1/2] corrected k8s exporter chart polling rate env var name --- charts/port-k8s-exporter/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/port-k8s-exporter/templates/deployment.yaml b/charts/port-k8s-exporter/templates/deployment.yaml index cc2754d..70cdff8 100644 --- a/charts/port-k8s-exporter/templates/deployment.yaml +++ b/charts/port-k8s-exporter/templates/deployment.yaml @@ -60,7 +60,7 @@ spec: - name: EVENT_LISTENER_TYPE value: {{ .Values.eventListener.type }} {{- if eq .Values.eventListener.type "POLLING" }} - - name: POLLING_INTERVAL + - name: EVENT_LISTENER_POLLING_RATE value: {{ .Values.eventListener.pollingRate | quote }} {{- else if eq .Values.eventListener.type "KAFKA" }} - name: EVENT_LISTENER_BROKERS From 47532327481de4df519d382787b3218273a65a82 Mon Sep 17 00:00:00 2001 From: yair Date: Sun, 7 Jan 2024 11:13:52 +0200 Subject: [PATCH 2/2] bump version --- 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 9ab0b57..5fa7703 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.9 +version: 0.2.10 appVersion: "0.2.9" home: https://getport.io/ sources: