From 67331fd969ec12f56a4b4aaa7f233cf5c2043f47 Mon Sep 17 00:00:00 2001 From: Nyambati Thomas <12892110+nyambati@users.noreply.github.com> Date: Tue, 12 Mar 2024 16:48:35 +0100 Subject: [PATCH] add ci defaults --- stable/asqe/Chart.yaml | 5 +++++ stable/asqe/README.md | 9 +++++++++ stable/asqe/ci/ct-values.yaml | 2 ++ 3 files changed, 16 insertions(+) create mode 100644 stable/asqe/ci/ct-values.yaml diff --git a/stable/asqe/Chart.yaml b/stable/asqe/Chart.yaml index 94631728..89ca23dc 100644 --- a/stable/asqe/Chart.yaml +++ b/stable/asqe/Chart.yaml @@ -1,6 +1,11 @@ apiVersion: v2 name: asqe description: |- + AWS Service Quotas Exporter for Prometheus. export AWS Service adjustable quotas to Prometheus. type: application version: 0.1.0 appVersion: "v1.0.2" +home: https://github.com/deliveryhero/asqe +maintainers: +- name: nyambati + email: no-reply@deliveryhero.com diff --git a/stable/asqe/README.md b/stable/asqe/README.md index a4f635bc..e226ab35 100644 --- a/stable/asqe/README.md +++ b/stable/asqe/README.md @@ -2,6 +2,10 @@ ![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.2](https://img.shields.io/badge/AppVersion-v1.0.2-informational?style=flat-square) +AWS Service Quotas Exporter for Prometheus. export AWS Service adjustable quotas to Prometheus. + +**Homepage:** + ## How to install this chart Add Delivery Hero public chart repo: @@ -67,3 +71,8 @@ helm install my-release deliveryhero/asqe -f values.yaml | serviceAccount.name | string | `""` | | | tolerations | list | `[]` | | +## Maintainers + +| Name | Email | Url | +| ---- | ------ | --- | +| nyambati | | | diff --git a/stable/asqe/ci/ct-values.yaml b/stable/asqe/ci/ct-values.yaml new file mode 100644 index 00000000..9d539595 --- /dev/null +++ b/stable/asqe/ci/ct-values.yaml @@ -0,0 +1,2 @@ +# Pod does not start without real API key +replicas: 0