From ccc783ddf1742ff40466725f0fc22016d9be9eec Mon Sep 17 00:00:00 2001 From: Thibault VINCENT Date: Thu, 25 Feb 2021 17:04:38 +0100 Subject: [PATCH] chore(x509-certificate-exporter): add artifacthub annotations --- Chart.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Chart.yaml b/Chart.yaml index 3f2df7b..f7ccf13 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,6 +1,7 @@ apiVersion: v2 name: x509-certificate-exporter version: 1.4.0 +# when bumping appVersion, change the annotation too (manual for now) appVersion: 2.4.1 type: application description: A Prometheus exporter for certificates focusing on expiration monitoring @@ -20,3 +21,10 @@ maintainers: url: https://github.com/npdgm - name: Arthur Chaloin email: arthur.chaloin@enix.fr +annotations: + artifacthub.io/license: MIT + artifacthub.io/images: | + - name: x509-certificate-exporter + image: enix/x509-certificate-exporter:2.4.1 + - name: kube-rbac-proxy + image: quay.io/coreos/kube-rbac-proxy:v0.5.0