diff --git a/charts/voyager/Chart.yaml b/charts/voyager/Chart.yaml index 1fad66c..7d6bfe4 100644 --- a/charts/voyager/Chart.yaml +++ b/charts/voyager/Chart.yaml @@ -2,5 +2,19 @@ apiVersion: v2 name: voyager description: A Helm chart for Voyager type: application -version: 1.0.1 +version: 1.0.2 appVersion: latest +kubeVersion: ">=1.16.0-0" +keywords: + - voyager +home: https://github.com/tibuntu/helm-chartscharts/tree/main/charts/voyager +sources: + - https://github.com/aeharding/voyager +maintainers: + - name: Timo Hankamer + email: timo.hankamer@tibuntu.dev +dependencies: [] +annotations: + artifacthub.io/changes: | + - kind: added + description: Enrich chart metadata diff --git a/charts/voyager/README.md b/charts/voyager/README.md index b31010e..21308a0 100644 --- a/charts/voyager/README.md +++ b/charts/voyager/README.md @@ -1,9 +1,25 @@ # voyager -![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) A Helm chart for Voyager +**Homepage:** + +## Maintainers + +| Name | Email | Url | +| ---- | ------ | --- | +| Timo Hankamer | | | + +## Source Code + +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + ## Values | Key | Type | Default | Description | diff --git a/charts/voyager/artifacthub-repo.yml b/charts/voyager/artifacthub-repo.yml new file mode 100644 index 0000000..98c63cb --- /dev/null +++ b/charts/voyager/artifacthub-repo.yml @@ -0,0 +1,4 @@ +repositoryID: d6468233-7582-4ce3-a957-2240d4cd26c7 +owners: + - name: Timo Hankamer + email: timo.hankamer@tibuntu.dev