From 56d17d5a092f0200fd91fabd4d0feb320768b46b Mon Sep 17 00:00:00 2001 From: Alex Alvarez Date: Fri, 12 Oct 2018 14:50:44 -0400 Subject: [PATCH] [incubator/schema-registry] Kafkastore.replication.factor is unused (#8398) * Replication factor does not make sense for consumer Signed-off-by: Alex Alvarez * bumping version Signed-off-by: Alex Alvarez --- incubator/schema-registry/Chart.yaml | 2 +- incubator/schema-registry/values.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/incubator/schema-registry/Chart.yaml b/incubator/schema-registry/Chart.yaml index eafd998f9c..521de92e59 100644 --- a/incubator/schema-registry/Chart.yaml +++ b/incubator/schema-registry/Chart.yaml @@ -1,6 +1,6 @@ name: schema-registry home: https://docs.confluent.io/current/schema-registry/docs/index.html -version: 1.0.1 +version: 1.0.2 appVersion: 4.1.1 keywords: - confluent diff --git a/incubator/schema-registry/values.yaml b/incubator/schema-registry/values.yaml index 7468eb7384..b148e89866 100644 --- a/incubator/schema-registry/values.yaml +++ b/incubator/schema-registry/values.yaml @@ -17,8 +17,7 @@ replicaCount: 1 ## Schema Registry Settings Overrides ## Configuration Options can be found here: https://docs.confluent.io/current/schema-registry/docs/config.html -configurationOverrides: - kafkastore.topic.replication.factor: 1 +configurationOverrides: {} ## Configure resource requests and limits ## ref: http://kubernetes.io/docs/user-guide/compute-resources/