From 93b84f8a307089560e3af66a2111809ff7d6d875 Mon Sep 17 00:00:00 2001 From: michaeljguarino Date: Fri, 23 Feb 2024 12:47:45 -0500 Subject: [PATCH] Fix airflow double-labelling (#901) The statsd exporter service used app.kubernetes.io/name twice --- airflow/helm/airflow/Chart.yaml | 2 +- airflow/helm/airflow/templates/statsd-exporter.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/airflow/helm/airflow/Chart.yaml b/airflow/helm/airflow/Chart.yaml index ec6c4a246..e3a6d598b 100644 --- a/airflow/helm/airflow/Chart.yaml +++ b/airflow/helm/airflow/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: airflow description: A Helm chart for airflow deployable on plural type: application -version: 0.3.40 +version: 0.3.41 appVersion: "2.6.3" sources: - https://github.com/pluralsh/plural-artifacts/airflow/helm/airflow diff --git a/airflow/helm/airflow/templates/statsd-exporter.yaml b/airflow/helm/airflow/templates/statsd-exporter.yaml index 284071d72..da6fc471d 100644 --- a/airflow/helm/airflow/templates/statsd-exporter.yaml +++ b/airflow/helm/airflow/templates/statsd-exporter.yaml @@ -103,7 +103,6 @@ metadata: name: statsd-exporter labels: {{- include "airflow.labels" . | nindent 4 }} - {{- include "statsd-exporter.selectorLabels" . | nindent 4 }} {{- with .Values.exporter.service.annotations }} annotations: {{- toYaml . | nindent 4 }}