Skip to content
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
2 changes: 1 addition & 1 deletion chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@
"tag": {
"description": "The StatsD image tag.",
"type": "string",
"default": "v0.27.2"
"default": "v0.28.0"
},
"pullPolicy": {
"description": "The StatsD image pull policy.",
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ images:
pullPolicy: IfNotPresent
statsd:
repository: quay.io/prometheus/statsd-exporter
tag: v0.27.2
tag: v0.28.0
pullPolicy: IfNotPresent
redis:
repository: redis
Expand Down