From d840f22302db67b265ae7e3fe71134032f04bb29 Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Tue, 24 Sep 2024 08:27:52 +0200 Subject: [PATCH] Add some more metadata --- Chart.yaml | 5 +++++ README.md | 11 +++++++++++ README.md.gotmpl | 3 +++ 3 files changed, 19 insertions(+) diff --git a/Chart.yaml b/Chart.yaml index 5122abe..233d6d4 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -4,3 +4,8 @@ keywords: - pattern name: pattern-install version: 0.0.2 +home: https://github.com/validatedpatterns/pattern-install-chart +maintainers: + - name: Validated Patterns Team + email: validatedpatterns@googlegroups.com +icon: https://validatedpatterns.io/images/validated-patterns.png diff --git a/README.md b/README.md index 164e43e..d4ed496 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,16 @@ A Helm chart to build and deploy a Cloud Pattern via the patterns operator +This chart is used by the Validated Patterns installation script that can be found [here](https://github.com/validatedpatterns/common/blob/main/scripts/pattern-util.sh) + +**Homepage:** + +## Maintainers + +| Name | Email | Url | +| ---- | ------ | --- | +| Validated Patterns Team | | | + ## Values | Key | Type | Default | Description | @@ -42,3 +52,4 @@ patterns operator version: ```sh cp -v patterns-operator/config/crd/bases/gitops.hybrid-cloud-patterns.io_patterns.yaml ./crds/ ``` + diff --git a/README.md.gotmpl b/README.md.gotmpl index b9b027c..112c7f7 100644 --- a/README.md.gotmpl +++ b/README.md.gotmpl @@ -5,6 +5,8 @@ {{ template "chart.description" . }} +This chart is used by the Validated Patterns installation script that can be found [here](https://github.com/validatedpatterns/common/blob/main/scripts/pattern-util.sh) + {{ template "chart.homepageLine" . }} {{ template "chart.maintainersSection" . }} @@ -25,3 +27,4 @@ patterns operator version: ```sh cp -v patterns-operator/config/crd/bases/gitops.hybrid-cloud-patterns.io_patterns.yaml ./crds/ ``` +