Skip to content

Commit

Permalink
Add some more metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaldessari committed Sep 24, 2024
1 parent e4dc050 commit d840f22
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:** <https://github.com/validatedpatterns/pattern-install-chart>

## Maintainers

| Name | Email | Url |
| ---- | ------ | --- |
| Validated Patterns Team | <validatedpatterns@googlegroups.com> | |

## Values

| Key | Type | Default | Description |
Expand Down Expand Up @@ -42,3 +52,4 @@ patterns operator version:
```sh
cp -v patterns-operator/config/crd/bases/gitops.hybrid-cloud-patterns.io_patterns.yaml ./crds/
```

3 changes: 3 additions & 0 deletions README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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" . }}
Expand All @@ -25,3 +27,4 @@ patterns operator version:
```sh
cp -v patterns-operator/config/crd/bases/gitops.hybrid-cloud-patterns.io_patterns.yaml ./crds/
```

0 comments on commit d840f22

Please sign in to comment.