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/