Skip to content

Commit

Permalink
[stable/aws-storage-class] add artifacthub annotation (#653)
Browse files Browse the repository at this point in the history
* [stable/aws-storage-class] add artifacthub annotation

* update metadata

---------

Co-authored-by: Max Williams <[email protected]>
  • Loading branch information
max-rocket-internet and max-rocket-internet authored Jan 7, 2025
1 parent c1d2007 commit 5ceec05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion stable/aws-storage-class/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
apiVersion: v1
name: aws-storage-class
version: "0.1.7"
version: "0.1.8"
description: "Creates a StorageClass. From here: https://github.com/kubernetes/kubernetes/blob/master/cluster/addons/storage-class/aws/default.yaml"
home: https://github.com/deliveryhero/helm-charts
maintainers:
- name: max-rocket-internet
email: [email protected]
annotations:
artifacthub.io/links: |
- name: Helm chart source
url: https://github.com/deliveryhero/helm-charts/tree/master/stable/aws-storage-class
4 changes: 2 additions & 2 deletions stable/aws-storage-class/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# aws-storage-class

![Version: 0.1.7](https://img.shields.io/badge/Version-0.1.7-informational?style=flat-square)
![Version: 0.1.8](https://img.shields.io/badge/Version-0.1.8-informational?style=flat-square)

Creates a StorageClass. From here: https://github.com/kubernetes/kubernetes/blob/master/cluster/addons/storage-class/aws/default.yaml

Expand All @@ -17,7 +17,7 @@ helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/aws-storage-
To install a specific version of this chart:

```console
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/aws-storage-class --version 0.1.7
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/aws-storage-class --version 0.1.8
```

To install the chart with the release name `my-release`:
Expand Down

0 comments on commit 5ceec05

Please sign in to comment.