Skip to content

Commit f3bb044

Browse files
Add Annotations (#9)
Signed-off-by: Oliver Bähler <[email protected]>
1 parent 3918eb7 commit f3bb044

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ Adding the repository is as simple as that:
1212
helm repo add buttahtoast https://buttahtoast.github.io/helm-charts/
1313
```
1414

15+
## ArtifactHub
16+
17+
This Repository is published on Artifacthub (See Badge). Artifacthub allows the implementation of annotations on chart basis, which describe the release on more detail. Check out the following links:
18+
19+
* [Introduction](https://github.com/artifacthub/hub/blob/master/docs/repositories.md#helm-charts-repositories)
20+
* [Helm Annotations](https://github.com/artifacthub/hub/blob/master/docs/helm_annotations.md)
21+
1522
## Contributing
1623

1724
We'd love to have you contribute! Please refer to our [contribution guidelines](CONTRIBUTING.md) for details.

charts/library/Chart.yaml

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,18 @@ apiVersion: v2
22
name: library
33
description: Buttahtoast Helm Library
44
type: library
5-
version: 0.2.0
5+
version: 0.2.1
66
appVersion: 0.1.0
77
home: https://github.com/buttahtoast/helm-charts/tree/master/charts/library
8+
icon: "https://avatars0.githubusercontent.com/u/67652090?s=400&u=874d1c989b0afc2789865be01051f0bbfc84ae32&v=4"
89
keywords:
910
- library
11+
- sprig
1012
maintainers:
1113
- name: oliverbaehler
1214
15+
- name: chifu1234
16+
17+
annotations:
18+
artifacthub.io/containsSecurityUpdates: "false"
19+
artifacthub.io/prerelease: "true"

charts/tavern/Chart.yaml

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: tavern
33
description: "Unofficial Tavern Helm Chart"
44
type: application
5-
version: 0.1.2
5+
version: 0.1.3
66
appVersion: 1.0.3
77
home: "https://tavern.readthedocs.io/en/latest/"
88
icon: "https://tavern.readthedocs.io/en/latest/_static/icon.png"
@@ -18,3 +18,11 @@ dependencies:
1818
maintainers:
1919
- name: oliverbaehler
2020
21+
- name: chifu1234
22+
23+
annotations:
24+
artifacthub.io/containsSecurityUpdates: "false"
25+
artifacthub.io/prerelease: "true"
26+
artifacthub.io/images: |
27+
- name: tavern
28+
image: buttahtoast/docker-tavern:1.0.3

0 commit comments

Comments
 (0)