From 3c4819042d82df2b3c5642d7a45bc20394f9ee29 Mon Sep 17 00:00:00 2001 From: Joao Carreira Date: Thu, 24 Jul 2025 16:32:02 +0100 Subject: [PATCH 1/3] Add custom labels to Deployment Signed-off-by: Joao Carreira --- .../fluent-operator/templates/fluent-operator-deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/fluent-operator/templates/fluent-operator-deployment.yaml b/charts/fluent-operator/templates/fluent-operator-deployment.yaml index 3019c152..510e5d19 100644 --- a/charts/fluent-operator/templates/fluent-operator-deployment.yaml +++ b/charts/fluent-operator/templates/fluent-operator-deployment.yaml @@ -7,6 +7,9 @@ metadata: labels: app.kubernetes.io/component: operator app.kubernetes.io/name: fluent-operator + {{- with .Values.operator.labels }} + {{- toYaml . | nindent 8 }} + {{- end }} annotations: {{- toYaml .Values.operator.annotations | nindent 4 }} spec: From 1164e37d6455a4457729153a94c27b3d4ef0e459 Mon Sep 17 00:00:00 2001 From: Joao Carreira Date: Thu, 24 Jul 2025 16:32:33 +0100 Subject: [PATCH 2/3] Add custom labels to Deployment Signed-off-by: Joao Carreira --- .../fluent-operator/templates/fluent-operator-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/fluent-operator/templates/fluent-operator-deployment.yaml b/charts/fluent-operator/templates/fluent-operator-deployment.yaml index 510e5d19..588042ba 100644 --- a/charts/fluent-operator/templates/fluent-operator-deployment.yaml +++ b/charts/fluent-operator/templates/fluent-operator-deployment.yaml @@ -8,7 +8,7 @@ metadata: app.kubernetes.io/component: operator app.kubernetes.io/name: fluent-operator {{- with .Values.operator.labels }} - {{- toYaml . | nindent 8 }} + {{- toYaml . | nindent 4 }} {{- end }} annotations: {{- toYaml .Values.operator.annotations | nindent 4 }} From b154d36d357fc9867a0be05a13c12dfac3a0de54 Mon Sep 17 00:00:00 2001 From: Joao Carreira Date: Thu, 24 Jul 2025 16:35:02 +0100 Subject: [PATCH 3/3] bump version Signed-off-by: Joao Carreira --- charts/fluent-operator/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/fluent-operator/Chart.yaml b/charts/fluent-operator/Chart.yaml index 205642e7..c1bdd305 100644 --- a/charts/fluent-operator/Chart.yaml +++ b/charts/fluent-operator/Chart.yaml @@ -6,7 +6,7 @@ keywords: - fluent-bit - fluentd - operator -version: 3.4.2 +version: 3.4.3 # renovate: datasource=docker depName=ghcr.io/fluent/fluent-operator/fluent-operator appVersion: "3.4.0" icon: https://raw.githubusercontent.com/fluent/fluent-operator/master/docs/images/fluent-operator-icon.svg