Skip to content

Commit 6b102cb

Browse files
authored
[prometheus-yet-another-cloudwatch-exporter] add migration guide (#5178)
* [prometheus-yet-another-cloudwatch-exporter] add migration guide Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> * [prometheus-yet-another-cloudwatch-exporter] add migration guide Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> --------- Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
1 parent c82b446 commit 6b102cb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

charts/prometheus-yet-another-cloudwatch-exporter/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: prometheus-yet-another-cloudwatch-exporter
33
description: Yace - Yet Another CloudWatch Exporter
44
type: application
5-
version: 0.39.2
5+
version: 0.39.3
66
appVersion: "v0.62.1"
77
home: https://github.com/prometheus-community/helm-charts
88
sources:

charts/prometheus-yet-another-cloudwatch-exporter/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,10 @@ See [Customizing the Chart Before Installing](https://helm.sh/docs/intro/using_h
4242
```console
4343
helm show values prometheus-community/prometheus-yet-another-cloudwatch-exporter
4444
```
45+
46+
## Migrate from nerdswords/helm-charts (before version 0.39.0)
47+
48+
If you are migrate from the [`nerdswords/helm-charts` repository](https://github.com/nerdswords/helm-charts/tree/main/charts/yet-another-cloudwatch-exporter), you must consider the following changes:
49+
50+
* the chart name has changed from `yet-another-cloudwatch-exporter` to `prometheus-yet-another-cloudwatch-exporter`.
51+
* to avoid conflicts with the new chart name, you can set the `nameOverride` value to `yet-another-cloudwatch-exporter` in your `values.yaml` file.

0 commit comments

Comments
 (0)