From 527304341e131eb2c1d61c5d52adf9bad691cd09 Mon Sep 17 00:00:00 2001 From: Pedro Silva Date: Thu, 10 Aug 2023 14:37:14 +0100 Subject: [PATCH 1/3] fix(registry): Revert default schema registry to Confluent's Schema Registry --- charts/datahub/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/datahub/values.yaml b/charts/datahub/values.yaml index 0c840997a..e383b1e07 100644 --- a/charts/datahub/values.yaml +++ b/charts/datahub/values.yaml @@ -486,10 +486,10 @@ global: # replicationFactor: 3 schemaregistry: # GMS Implementation - `url` configured based on component context - type: INTERNAL + # type: INTERNAL # Confluent Kafka Implementation - # type: KAFKA - # url: "http://prerequisites-cp-schema-registry:8081" + type: KAFKA + url: "http://prerequisites-cp-schema-registry:8081" # Glue Implementation - `url` not applicable # type: AWS_GLUE From 16c7dad420d773f286e975891896af5ebf57114b Mon Sep 17 00:00:00 2001 From: Pedro Silva Date: Thu, 10 Aug 2023 14:37:54 +0100 Subject: [PATCH 2/3] Bump chart version --- charts/datahub/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/datahub/Chart.yaml b/charts/datahub/Chart.yaml index da510e51f..43e2cf266 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.181 +version: 0.2.182 # 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.5 From 7f7bbfb9bb6a69a5debb2fbd935e186c37196618 Mon Sep 17 00:00:00 2001 From: Pedro Silva Date: Thu, 10 Aug 2023 14:57:54 +0100 Subject: [PATCH 3/3] fix indent --- charts/datahub/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/datahub/values.yaml b/charts/datahub/values.yaml index e383b1e07..49a93656a 100644 --- a/charts/datahub/values.yaml +++ b/charts/datahub/values.yaml @@ -489,7 +489,7 @@ global: # type: INTERNAL # Confluent Kafka Implementation type: KAFKA - url: "http://prerequisites-cp-schema-registry:8081" + url: "http://prerequisites-cp-schema-registry:8081" # Glue Implementation - `url` not applicable # type: AWS_GLUE