From d8f60c5aa2ff0d7510c9afbb09d4f31e448f67f1 Mon Sep 17 00:00:00 2001 From: Lior Franko Date: Mon, 24 Jun 2024 12:12:31 +0300 Subject: [PATCH 1/3] Add podLabels --- chart/templates/deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index e9204484..cb0df90a 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -24,6 +24,9 @@ spec: {{- end }} labels: {{- include "druid-operator.selectorLabels" . | nindent 8 }} + {{- with .Values.podLabels }} + {{ toYaml . | nindent 8 }} + {{- end }} control-plane: controller-manager spec: {{- with .Values.nodeSelector }} From 69ae277be9b6a3cab32def2184cc58382f30a81c Mon Sep 17 00:00:00 2001 From: Lior Franko Date: Mon, 24 Jun 2024 12:21:06 +0300 Subject: [PATCH 2/3] Add podLabels in values.yaml --- chart/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chart/values.yaml b/chart/values.yaml index 0aaa73f3..fdb3dff0 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -51,6 +51,8 @@ serviceAccount: podAnnotations: {} +podLabels: {} + podSecurityContext: runAsNonRoot: true fsGroup: 65532 From 4a70c2b1b0e7781e581c2153e1215b7900563190 Mon Sep 17 00:00:00 2001 From: Lior Franko Date: Mon, 24 Jun 2024 12:21:17 +0300 Subject: [PATCH 3/3] Update Chart.yaml --- chart/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index fbc91c3b..064128a4 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.6 +version: 0.3.7 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to