This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Chart.yaml
65 lines (57 loc) · 1.74 KB
/
Chart.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
apiVersion: v2
name: apicurio-registry
description: Install and configure Apicurio Registry in Kubernetes.
type: application
version: 0.0.0 # actual version is managed by git tag
appVersion: 0.0.0 # actual version is managed by git tag
icon: https://design.jboss.org/apicurio/logo/final/svg/apicurio_registry_icon_default.svg
home: https://github.com/eshepelyuk/apicurio-registry-helm
maintainers:
- name: Ievgenii Shepeliuk
email: [email protected]
url: https://github.com/eshepelyuk
keywords:
- apicurio
- schema-registry
- kafka
- kubernetes
- ui
- streaming
- openapi
- asyncapi
- swagger
annotations:
artifacthub.io/links: |
- name: Apicurio Registry Site
url: https://www.apicur.io/registry/
- name: Apicurio Registry source
url: https://github.com/apicurio/apicurio-registry
- name: Apicurio Registry content sync source
url: https://github.com/Apicurio/apicurio-registry-content-sync-operator
artifacthub.io/crds: |
- kind: Artifact
version: v1
name: artifact
displayName: Artifact
description: Description of registry artifact
artifacthub.io/crdsExamples: |
- apiVersion: artifact.apicur.io/v1alpha1
kind: Artifact
metadata:
name: pets-avro-example-v1
spec:
artifactId: pets-avro-record
name: pets-avro
description: "super pets avro"
type: AVRO
state: ENABLED
content: |
{"namespace": "example.avro",
"type": "record",
"name": "Pet",
"fields": [
{"name": "name", "type": "string"},
{"name": "holderId", "type": ["int", "null"]},
{"name": "type", "type": ["string", "null"]}
]
}