Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[prometheus-yet-another-cloudwatch-exporter] fix yace chart name in readme #5165

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: yet-another-cloudwatch-exporter
description: Yace - Yet Another CloudWatch Exporter
type: application
version: 0.39.0
version: 0.39.1
appVersion: "v0.62.1"
home: https://github.com/prometheus-community/helm-charts
sources:
Expand Down
4 changes: 2 additions & 2 deletions charts/prometheus-yet-another-cloudwatch-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ _See [`helm repo`](https://helm.sh/docs/helm/helm_repo/) for command documentati
## Install Chart

```console
helm install [RELEASE_NAME] prometheus-community/prometheus-yet-another-cloudwatch-exporter
helm install [RELEASE_NAME] prometheus-community/yet-another-cloudwatch-exporter
```

_See [configuration](#configuration) below._
Expand All @@ -40,5 +40,5 @@ _See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command documen
See [Customizing the Chart Before Installing](https://helm.sh/docs/intro/using_helm/#customizing-the-chart-before-installing). To see all configurable options with detailed comments, visit the chart's [values.yaml](./values.yaml), or run these configuration commands:

```console
helm show values prometheus-community/prometheus-yet-another-cloudwatch-exporter
helm show values prometheus-community/yet-another-cloudwatch-exporter
```
Loading