Skip to content

Commit

Permalink
[stable/aws-service-events-exporter] update chart annotations (#645)
Browse files Browse the repository at this point in the history
* [stable/aws-service-events-exporter] update chart annotations

* bump version

---------

Co-authored-by: Max Williams <[email protected]>
  • Loading branch information
max-rocket-internet and max-rocket-internet authored Jan 6, 2025
1 parent 50f4cec commit 0838674
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions stable/aws-service-events-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ description: |
- [RDS events](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html)
- [Elasticache events](https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/ECEvents.Viewing.html)
type: application
version: 1.0.5
version: 1.0.6
appVersion: "1.0.0"
home: https://github.com/deliveryhero/aws-service-events-exporter
sources:
Expand All @@ -18,3 +16,7 @@ maintainers:
email: [email protected]
- name: javad-hajiani
email: [email protected]
annotations:
artifacthub.io/links: |
- name: Helm chart source
url: https://github.com/deliveryhero/helm-charts/tree/master/stable/aws-service-events-exporter
4 changes: 2 additions & 2 deletions stable/aws-service-events-exporter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# aws-service-events-exporter

![Version: 1.0.5](https://img.shields.io/badge/Version-1.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
![Version: 1.0.6](https://img.shields.io/badge/Version-1.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)

This helm chart exports aws service events to prometheus via aws SQS queue, this include:

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

```console
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/aws-service-events-exporter --version 1.0.5
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/aws-service-events-exporter --version 1.0.6
```

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

0 comments on commit 0838674

Please sign in to comment.