Skip to content

Commit

Permalink
fix: annotations for artifacthub
Browse files Browse the repository at this point in the history
  • Loading branch information
eshepelyuk committed Jul 19, 2021
1 parent c041077 commit af1774d
Showing 1 changed file with 36 additions and 35 deletions.
71 changes: 36 additions & 35 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ icon: https://design.jboss.org/apicurio/logo/logofiles/apicurio_icon_lightbkg_co

home: https://github.com/eshepelyuk/apicurio-registry-helm

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
maintainers:
- name: Ievgenii Shepeliuk
email: eshepelyuk@gmail.com
Expand All @@ -32,32 +24,41 @@ keywords:
- asyncapi
- swagger

artifacthub.io/crds: |
- kind: Artifact
version: v1
name: artifact
displayName: Artifact
description: Description of registry artifact
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"]}
]
}
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"]}
]
}

0 comments on commit af1774d

Please sign in to comment.