From b673cf272343e467e212ec0ba685a97c109272ed Mon Sep 17 00:00:00 2001 From: Berk Dehrioglu Date: Fri, 7 Jun 2024 12:26:24 +0300 Subject: [PATCH] fix app chart names (#215) --- CHANGELOG.md | 4 ++++ helm/cluster/files/apps/k8s-audit-metrics.yaml | 4 ++-- helm/cluster/files/apps/prometheus-blackbox-exporter.yaml | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 741ed809..0a463a58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Fix `prometheus-blackbox-exporter` and `k8s-audit-metrics` apps to use the correct chart name. + ## [0.30.0] - 2024-06-06 ### Added diff --git a/helm/cluster/files/apps/k8s-audit-metrics.yaml b/helm/cluster/files/apps/k8s-audit-metrics.yaml index 94e5a9da..0dd8561b 100644 --- a/helm/cluster/files/apps/k8s-audit-metrics.yaml +++ b/helm/cluster/files/apps/k8s-audit-metrics.yaml @@ -1,10 +1,10 @@ appName: k8s-audit-metrics -chartName: k8s-audit-metrics-app +chartName: k8s-audit-metrics configKey: k8sAuditMetrics clusterValues: configMap: true secret: false namespace: kube-system # used by renovate -# repo: giantswarm/k8s-audit-metrics-app +# repo: giantswarm/k8s-audit-metrics version: 0.9.0 diff --git a/helm/cluster/files/apps/prometheus-blackbox-exporter.yaml b/helm/cluster/files/apps/prometheus-blackbox-exporter.yaml index 9a16034e..6b4d4b44 100644 --- a/helm/cluster/files/apps/prometheus-blackbox-exporter.yaml +++ b/helm/cluster/files/apps/prometheus-blackbox-exporter.yaml @@ -1,5 +1,5 @@ appName: prometheus-blackbox-exporter -chartName: prometheus-blackbox-exporter-app +chartName: prometheus-blackbox-exporter configKey: prometheusBlackboxExporter dependsOn: prometheus-operator-crd clusterValues: @@ -7,5 +7,5 @@ clusterValues: secret: false namespace: kube-system # used by renovate -# repo: giantswarm/prometheus-blackbox-exporter-app +# repo: giantswarm/prometheus-blackbox-exporter version: 0.4.1