From 6b5166af47d8c7c22ac4555710832547dc97d188 Mon Sep 17 00:00:00 2001 From: Max Williams <8859277+max-rocket-internet@users.noreply.github.com> Date: Mon, 6 Jan 2025 15:44:48 +0100 Subject: [PATCH] [stable/aws-service-quotas-exporter] update annoations (#648) Co-authored-by: Max Williams --- stable/aws-service-quotas-exporter/Chart.yaml | 6 +++++- stable/aws-service-quotas-exporter/README.md | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/stable/aws-service-quotas-exporter/Chart.yaml b/stable/aws-service-quotas-exporter/Chart.yaml index 73f8afae..6b9882a8 100644 --- a/stable/aws-service-quotas-exporter/Chart.yaml +++ b/stable/aws-service-quotas-exporter/Chart.yaml @@ -3,7 +3,7 @@ name: aws-service-quotas-exporter description: This exporter exports AWS service quotas and usage as Prometheus metrics home: https://github.com/thought-machine/aws-service-quotas-exporter type: application -version: 0.1.2 +version: 0.1.3 appVersion: "v1.3.2" maintainers: - name: nyambati @@ -15,3 +15,7 @@ keywords: - exporter sources: - https://github.com/thought-machine/aws-service-quotas-exporter +annotations: + artifacthub.io/links: | + - name: Helm chart source + url: https://github.com/deliveryhero/helm-charts/tree/master/stable/aws-service-quotas-exporter diff --git a/stable/aws-service-quotas-exporter/README.md b/stable/aws-service-quotas-exporter/README.md index efb34fb1..205116bd 100644 --- a/stable/aws-service-quotas-exporter/README.md +++ b/stable/aws-service-quotas-exporter/README.md @@ -1,6 +1,6 @@ # aws-service-quotas-exporter -![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.3.2](https://img.shields.io/badge/AppVersion-v1.3.2-informational?style=flat-square) +![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.3.2](https://img.shields.io/badge/AppVersion-v1.3.2-informational?style=flat-square) This exporter exports AWS service quotas and usage as Prometheus metrics @@ -17,7 +17,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-quotas-exporter --version 0.1.2 +helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/aws-service-quotas-exporter --version 0.1.3 ``` To install the chart with the release name `my-release`: