From 5d8a3fa4c65e2c1bfbd095cd6d89d617354cdecb Mon Sep 17 00:00:00 2001 From: Tal Bulachka Date: Thu, 20 Jun 2024 09:19:51 +0300 Subject: [PATCH 1/3] Update values.yaml --- charts/metabase/values.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/charts/metabase/values.yaml b/charts/metabase/values.yaml index 0707ca9..e07a437 100644 --- a/charts/metabase/values.yaml +++ b/charts/metabase/values.yaml @@ -7,6 +7,13 @@ hpa: targetCPUUtilizationPercentage: 80 targetMemoryUtilizationPercentage: 80 +# Adding host aliases to the metabase deployment +hostAliases: [] +# - ip: "127.0.0.1" +# hostnames: +# - "foo.local" +# - "bar.local" + pdb: create: false minAvailable: 1 From 40be0df4c374215dcb0688f8772130beb7eefde1 Mon Sep 17 00:00:00 2001 From: Tal Bulachka Date: Thu, 20 Jun 2024 09:25:29 +0300 Subject: [PATCH 2/3] Update deployment.yaml add host aliases block to the deployment --- charts/metabase/templates/deployment.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/charts/metabase/templates/deployment.yaml b/charts/metabase/templates/deployment.yaml index 1a6c966..22daf1e 100644 --- a/charts/metabase/templates/deployment.yaml +++ b/charts/metabase/templates/deployment.yaml @@ -301,6 +301,10 @@ spec: {{- end }} {{- with .Values.topologySpreadConstraints }} topologySpreadConstraints: +{{ toYaml . | indent 8 }} + {{- end }} + {{- with .Values.hostAliases }} + hostAliases: {{ toYaml . | indent 8 }} {{- end }} {{- if .Values.priorityClass}} From acf2aa3020032744a391c25e5a8d0c83b037c26f Mon Sep 17 00:00:00 2001 From: Tal Bulachka Date: Thu, 20 Jun 2024 09:25:58 +0300 Subject: [PATCH 3/3] Update Chart.yaml update chart version --- charts/metabase/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/metabase/Chart.yaml b/charts/metabase/Chart.yaml index a70a2a5..c2e12b6 100644 --- a/charts/metabase/Chart.yaml +++ b/charts/metabase/Chart.yaml @@ -3,7 +3,7 @@ description: The easy, open source way for everyone in your company to ask questions and learn from data. name: metabase -version: 2.16.4 +version: 2.16.5 appVersion: v0.50.4 maintainers: - name: pmint93