From 7c0d7d236a4f41436dea901b5b5944df00bd15c1 Mon Sep 17 00:00:00 2001 From: Lilian Russo Date: Wed, 11 Feb 2026 12:05:29 +0100 Subject: [PATCH 1/3] feat(yace): add initial Chart.yaml and values.yaml for prometheus-yace application --- grafana/yace/Chart.yaml | 9 +++++++++ grafana/yace/values.yaml | 0 2 files changed, 9 insertions(+) create mode 100644 grafana/yace/Chart.yaml create mode 100644 grafana/yace/values.yaml diff --git a/grafana/yace/Chart.yaml b/grafana/yace/Chart.yaml new file mode 100644 index 0000000..00ccc86 --- /dev/null +++ b/grafana/yace/Chart.yaml @@ -0,0 +1,9 @@ +apiVersion: v2 +name: prometheus-yace +version: 5.8.0 +type: application +dependencies: + - name: prometheus-yet-another-cloudwatch-exporter + version: 0.63.0 + repository: "https://prometheus-community.github.io/helm-charts" + alias: app diff --git a/grafana/yace/values.yaml b/grafana/yace/values.yaml new file mode 100644 index 0000000..e69de29 From 51c34f93d28ef217b3dd008f4ccc76f45f44df1e Mon Sep 17 00:00:00 2001 From: Lilian Russo Date: Wed, 11 Feb 2026 12:26:20 +0100 Subject: [PATCH 2/3] fix(chart): downgrade prometheus-yet-another-cloudwatch-exporter version to 0.41.0 --- grafana/yace/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grafana/yace/Chart.yaml b/grafana/yace/Chart.yaml index 00ccc86..04d7a9d 100644 --- a/grafana/yace/Chart.yaml +++ b/grafana/yace/Chart.yaml @@ -4,6 +4,6 @@ version: 5.8.0 type: application dependencies: - name: prometheus-yet-another-cloudwatch-exporter - version: 0.63.0 + version: 0.41.0 repository: "https://prometheus-community.github.io/helm-charts" alias: app From 453bb18f7fe823d92c766958594ad10d53a39fbb Mon Sep 17 00:00:00 2001 From: Lilian Russo Date: Thu, 12 Feb 2026 15:19:06 +0100 Subject: [PATCH 3/3] feat(yace): add Chart.yaml and values.yaml for prometheus-yace application --- {grafana => prometheus}/yace/Chart.yaml | 0 {grafana => prometheus}/yace/values.yaml | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {grafana => prometheus}/yace/Chart.yaml (100%) rename {grafana => prometheus}/yace/values.yaml (100%) diff --git a/grafana/yace/Chart.yaml b/prometheus/yace/Chart.yaml similarity index 100% rename from grafana/yace/Chart.yaml rename to prometheus/yace/Chart.yaml diff --git a/grafana/yace/values.yaml b/prometheus/yace/values.yaml similarity index 100% rename from grafana/yace/values.yaml rename to prometheus/yace/values.yaml