From ce45407e8f47dbb1176f32b30f57b00f0d66c33a Mon Sep 17 00:00:00 2001 From: wa101 Date: Thu, 5 Dec 2024 11:05:04 +0100 Subject: [PATCH 1/2] add label option to pod --- charts/lakefs/templates/deployment.yaml | 3 +++ charts/lakefs/values.yaml | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/charts/lakefs/templates/deployment.yaml b/charts/lakefs/templates/deployment.yaml index a6711b9..4000cf1 100644 --- a/charts/lakefs/templates/deployment.yaml +++ b/charts/lakefs/templates/deployment.yaml @@ -18,6 +18,9 @@ spec: {{- end }} labels: {{- include "lakefs.selectorLabels" . | nindent 8 }} + {{- with .Values.podLabels }} + {{- toYaml . | nindent 8 }} + {{- end }} spec: serviceAccountName: {{ include "lakefs.serviceAccountName" . }} securityContext: diff --git a/charts/lakefs/values.yaml b/charts/lakefs/values.yaml index 728cceb..2979f5c 100644 --- a/charts/lakefs/values.yaml +++ b/charts/lakefs/values.yaml @@ -32,7 +32,12 @@ ingress: # - chart-example.local +# Extra annotations to add to the pod podAnnotations: {} + +# Extra labels to add to the pod +podLabels: {} + jobPodAnnotations: sidecar.istio.io/inject: "false" From dacb8583299c71274ddd605ed9410d4df1bf8004 Mon Sep 17 00:00:00 2001 From: wa101 Date: Mon, 23 Dec 2024 09:59:50 +0100 Subject: [PATCH 2/2] Chart 1.3.26 --- charts/lakefs/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/lakefs/Chart.yaml b/charts/lakefs/Chart.yaml index 0467e1a..faabd8a 100644 --- a/charts/lakefs/Chart.yaml +++ b/charts/lakefs/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: lakefs description: A Helm chart for running LakeFS on Kubernetes type: application -version: 1.3.25 +version: 1.3.26 appVersion: 1.45.0 home: https://lakefs.io