Skip to content

Commit

Permalink
commit use artifact hub annotations (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
bueti authored Oct 30, 2020
1 parent deb2e02 commit 1e0d931
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 4 additions & 0 deletions charts/promlens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.4 / 2020-10-30

* [ENHANCMENT] Use Artifact Hub's Annotation for the Changelog. See [Changelog](https://artifacthub.io/packages/helm/ricardo/promlens?modal=changelog) for future changes.

## 1.0.3 / 2020-10-19

* [MISC] Use PromLens 0.10.0 by default.
Expand Down
10 changes: 9 additions & 1 deletion charts/promlens/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: promlens
version: 1.0.3
version: 1.0.4
appVersion: 0.10.0
description: This Chart installs and configures PromLens from PromLabs.
home: https://promlens.com
Expand All @@ -14,3 +14,11 @@ maintainers:
keywords:
- promlens
- promlabs
- prometheus
- promql
annotations:
artifacthub.io/changes: |
- Adding Artifact-Hub Annotations
artifacthub.io/images: |
- name: promlens
image: promlabs/promlens:v0.10.0
2 changes: 1 addition & 1 deletion charts/promlens/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PromLens

![Version: 1.0.3](https://img.shields.io/badge/Version-1.0.3-informational?style=flat-square) ![AppVersion: 0.10.0](https://img.shields.io/badge/AppVersion-0.10.0-informational?style=flat-square) ![Release Status](https://github.com/ricardo-ch/helm-charts/workflows/Release%20Charts/badge.svg) [![License](https://img.shields.io/github/license/ricardo-ch/helm-charts)](https://github.com/ricardo-ch/helm-charts/blob/main/LICENSE)
![Version: 1.0.4](https://img.shields.io/badge/Version-1.0.4-informational?style=flat-square) ![AppVersion: 0.10.0](https://img.shields.io/badge/AppVersion-0.10.0-informational?style=flat-square) ![Release Status](https://github.com/ricardo-ch/helm-charts/workflows/Release%20Charts/badge.svg) [![License](https://img.shields.io/github/license/ricardo-ch/helm-charts)](https://github.com/ricardo-ch/helm-charts/blob/main/LICENSE)

This chart installs [PromLens](https://promlens.com/) from [PromLabs](https://promlabs.com/).

Expand Down

0 comments on commit 1e0d931

Please sign in to comment.