Skip to content

Commit

Permalink
fix app chart names (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
Berk Dehrioglu authored Jun 7, 2024
1 parent 84936ba commit b673cf2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions helm/cluster/files/apps/k8s-audit-metrics.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions helm/cluster/files/apps/prometheus-blackbox-exporter.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
appName: prometheus-blackbox-exporter
chartName: prometheus-blackbox-exporter-app
chartName: prometheus-blackbox-exporter
configKey: prometheusBlackboxExporter
dependsOn: prometheus-operator-crd
clusterValues:
configMap: true
secret: false
namespace: kube-system
# used by renovate
# repo: giantswarm/prometheus-blackbox-exporter-app
# repo: giantswarm/prometheus-blackbox-exporter
version: 0.4.1

0 comments on commit b673cf2

Please sign in to comment.