Skip to content

Commit

Permalink
bump chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
abarrak committed Apr 22, 2024
1 parent bc12241 commit 6639fdf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion stable/prometheus-statsd-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: v0.18.0
description: StatsD to Prometheus metrics exporter
name: prometheus-statsd-exporter
version: 0.1.3
version: 0.1.4
home: https://github.com/prometheus/statsd_exporter
sources:
- https://github.com/prometheus/statsd_exporter
Expand Down
8 changes: 4 additions & 4 deletions stable/prometheus-statsd-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ helm install my-release deliveryhero/prometheus-statsd-exporter -f values.yaml
| image.repository | string | `"prom/statsd-exporter"` | |
| image.tag | string | `"v0.18.0"` | |
| imagePullSecrets | list | `[]` | |
| metrics.enabled | bool | `false` | |
| metrics.additionalLabels | object | `{}` | |
| metrics.scrapeInterval | string | `"30s"` | |
| metrics.scrapeTimeout | string | `"10s"` | |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | |
| podSecurityContext | object | `{}` | |
Expand All @@ -62,10 +66,6 @@ helm install my-release deliveryhero/prometheus-statsd-exporter -f values.yaml
| service.type | string | `"ClusterIP"` | |
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `""` | |
| metrics.enabled | bool | `false` | |
| metrics.additionalLabels | object | `{}` | |
| metrics.scrapeInterval | string | `"30s"` | |
| metrics.scrapeTimeout | string | `"10s"` | |
| tolerations | list | `[]` | |

## Maintainers
Expand Down

0 comments on commit 6639fdf

Please sign in to comment.