From 550d74c3f77dbb229792940a2247611c8b97ddbc Mon Sep 17 00:00:00 2001 From: Peter Szalai Date: Fri, 10 Feb 2023 09:31:08 +0100 Subject: [PATCH 1/3] fix(mce): remove duplicated serviceAccount section Fixes: #259 --- charts/datahub/subcharts/datahub-mce-consumer/values.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/charts/datahub/subcharts/datahub-mce-consumer/values.yaml b/charts/datahub/subcharts/datahub-mce-consumer/values.yaml index c1708afa4..ac1b02165 100644 --- a/charts/datahub/subcharts/datahub-mce-consumer/values.yaml +++ b/charts/datahub/subcharts/datahub-mce-consumer/values.yaml @@ -17,15 +17,13 @@ fullnameOverride: "" serviceAccount: # Specifies whether a service account should be created - create: true + create: false # Annotations to add to the service account annotations: {} # The name of the service account to use. # If not set and create is true, a name is generated using the fullname template name: -serviceAccount: - create: false podAnnotations: {} # co.elastic.logs/enabled: "true" From 39b5b154f21390eb584bdab0f0f09ddd7f671fa3 Mon Sep 17 00:00:00 2001 From: Peter Szalai Date: Fri, 10 Feb 2023 09:31:53 +0100 Subject: [PATCH 2/3] Update Chart.yaml --- charts/datahub/subcharts/datahub-mce-consumer/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/datahub/subcharts/datahub-mce-consumer/Chart.yaml b/charts/datahub/subcharts/datahub-mce-consumer/Chart.yaml index f726c2a14..8a5e1d33b 100644 --- a/charts/datahub/subcharts/datahub-mce-consumer/Chart.yaml +++ b/charts/datahub/subcharts/datahub-mce-consumer/Chart.yaml @@ -12,7 +12,7 @@ description: A Helm chart for Kubernetes 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. -version: 0.2.137 +version: 0.2.138 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. appVersion: v0.10.0 From 698feb1429854d027d866809ec35946689b3bd09 Mon Sep 17 00:00:00 2001 From: Peter Szalai Date: Fri, 10 Feb 2023 09:32:13 +0100 Subject: [PATCH 3/3] Update Chart.yaml --- charts/datahub/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/datahub/Chart.yaml b/charts/datahub/Chart.yaml index dfd1adde4..dde3a53a1 100644 --- a/charts/datahub/Chart.yaml +++ b/charts/datahub/Chart.yaml @@ -4,7 +4,7 @@ description: A Helm chart for LinkedIn DataHub 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. -version: 0.2.149 +version: 0.2.150 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. appVersion: 0.10.0 @@ -22,7 +22,7 @@ dependencies: repository: file://./subcharts/datahub-mae-consumer condition: global.datahub_standalone_consumers_enabled - name: datahub-mce-consumer - version: 0.2.137 + version: 0.2.1378 repository: file://./subcharts/datahub-mce-consumer condition: global.datahub_standalone_consumers_enabled - name: datahub-ingestion-cron