Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
max-rocket-internet committed Jan 6, 2025
1 parent 3d1fdf1 commit 33405ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 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 Down
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 33405ef

Please sign in to comment.