diff --git a/stable/aws-service-events-exporter/Chart.yaml b/stable/aws-service-events-exporter/Chart.yaml index 1b56366f..e09f7757 100644 --- a/stable/aws-service-events-exporter/Chart.yaml +++ b/stable/aws-service-events-exporter/Chart.yaml @@ -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: @@ -18,3 +16,7 @@ maintainers: email: no-reply@deliveryhero.com - name: javad-hajiani email: no-reply@deliveryhero.com +annotations: + artifacthub.io/links: | + - name: Helm chart source + url: https://github.com/deliveryhero/helm-charts/tree/master/stable/aws-service-events-exporter diff --git a/stable/aws-service-events-exporter/README.md b/stable/aws-service-events-exporter/README.md index 96c715a9..5179f2db 100644 --- a/stable/aws-service-events-exporter/README.md +++ b/stable/aws-service-events-exporter/README.md @@ -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: @@ -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`: