From d6325df36377381aead0e7ff69a36d0064ba8e4d Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Fri, 13 Nov 2020 11:12:32 -0500 Subject: [PATCH] [incubator/schema-registry] deprecating chart (#24272) Signed-off-by: Matt Farina --- incubator/schema-registry/Chart.yaml | 8 +++----- incubator/schema-registry/OWNERS | 4 ---- incubator/schema-registry/README.md | 4 ++++ 3 files changed, 7 insertions(+), 9 deletions(-) delete mode 100644 incubator/schema-registry/OWNERS diff --git a/incubator/schema-registry/Chart.yaml b/incubator/schema-registry/Chart.yaml index cfc76545e6..d7cf9a6130 100644 --- a/incubator/schema-registry/Chart.yaml +++ b/incubator/schema-registry/Chart.yaml @@ -1,12 +1,12 @@ name: schema-registry home: https://docs.confluent.io/current/schema-registry/docs/index.html -version: 1.2.2 +version: 1.2.3 appVersion: 5.0.1 keywords: - confluent - kafka - schema-registry -description: Schema Registry provides a serving layer for your metadata. It provides a RESTful +description: DEPRECATED Schema Registry provides a serving layer for your metadata. It provides a RESTful interface for storing and retrieving Avro schemas. It stores a versioned history of all schemas, provides multiple compatibility settings and allows evolution of schemas according to the configured compatibility setting. It provides serializers that plug into Kafka clients that @@ -16,6 +16,4 @@ apiVersion: v1 sources: - https://github.com/confluentinc/schema-registry - https://github.com/confluentinc/cp-docker-images -maintainers: -- name: benjigoldberg - email: ben@spothero.com +deprecated: true diff --git a/incubator/schema-registry/OWNERS b/incubator/schema-registry/OWNERS deleted file mode 100644 index 0ed92ba2d1..0000000000 --- a/incubator/schema-registry/OWNERS +++ /dev/null @@ -1,4 +0,0 @@ -approvers: -- benjigoldberg -reviewers: -- benjigoldberg diff --git a/incubator/schema-registry/README.md b/incubator/schema-registry/README.md index 60ec343b8f..f2cf8d207f 100644 --- a/incubator/schema-registry/README.md +++ b/incubator/schema-registry/README.md @@ -6,6 +6,10 @@ For more information, see the Helm Charts [Deprecation and Archive Notice](https # Schema-Registry Helm Chart This helm chart creates a [Confluent Schema-Registry server](https://github.com/confluentinc/schema-registry). +## DEPRECATION NOTICE + +This chart is deprecated and no longer supported. + ## Prerequisites * Kubernetes 1.6 * A running Kafka Installation