[incubator/schema-registry] deprecating chart (#24272)

Signed-off-by: Matt Farina <matt@mattfarina.com>
This commit is contained in:
Matt Farina
2020-11-13 08:12:32 -08:00
committed by GitHub
parent f7af7a05ab
commit d6325df363
3 changed files with 7 additions and 9 deletions
+3 -5
View File
@@ -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
-4
View File
@@ -1,4 +0,0 @@
approvers:
- benjigoldberg
reviewers:
- benjigoldberg
+4
View File
@@ -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