From 283ad7983a63fcf88393a7e53051cc8ad1c315a1 Mon Sep 17 00:00:00 2001 From: alisihab Date: Fri, 2 Aug 2024 10:18:22 +0200 Subject: [PATCH 1/2] remove conditionals in configmap --- charts/drill/templates/configmap.override.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/charts/drill/templates/configmap.override.yaml b/charts/drill/templates/configmap.override.yaml index 371bde2..1408a49 100644 --- a/charts/drill/templates/configmap.override.yaml +++ b/charts/drill/templates/configmap.override.yaml @@ -8,7 +8,6 @@ metadata: labels: {{- include "drill.labels" . | nindent 4 }} data: - {{- if (not .Values.drill.overrideConfiguration.existingConfigMap) -}} drill-override.conf: |- drill.exec: { cluster-id: "{{ include "drill.fullname" . }}", @@ -16,7 +15,6 @@ data: http.port: 8047 } {{- toString .Values.drill.overrideConfiguration.drill | nindent 4 }} - {{- end -}} {{- with .Values.drill.overrideConfiguration.drillMetastore }} drill-metastore-override.conf: |- {{- toString . | nindent 4 }} @@ -33,7 +31,6 @@ data: storage-plugins-override.conf: |- {{- toString . | nindent 4 }} {{- end }} - {{- if .Values.drill.overrideLogging.enabled -}} logback.xml: |- @@ -61,4 +58,3 @@ data: {{- end }} - {{- end -}} \ No newline at end of file From 5fe3a6055f8eee5de772e9e129e35fe43f0a614b Mon Sep 17 00:00:00 2001 From: alisihab Date: Fri, 2 Aug 2024 10:21:27 +0200 Subject: [PATCH 2/2] bump version --- charts/drill/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/drill/Chart.yaml b/charts/drill/Chart.yaml index 77f8565..3c4388f 100644 --- a/charts/drill/Chart.yaml +++ b/charts/drill/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: drill -version: 1.3.3 +version: 1.3.4 appVersion: 1.21.1 description: Helm Charts for deploying Apache Drill Clusters on Kubernetes icon: https://raw.githubusercontent.com/wearefrank/charts/master/charts/drill/icon.svg