Skip to content

Commit

Permalink
Upgrade statsd image in k8s to latest version (apache#43393)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored and ellisms committed Nov 13, 2024
1 parent 29999e5 commit 36ed2c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 36ed2c4

Please sign in to comment.