Skip to content

Commit

Permalink
Update StatsD Image Tag from failed dependencies check (#42264) (#42281)
Browse files Browse the repository at this point in the history
(cherry picked from commit b5576c0)
  • Loading branch information
jscheffl authored and utkarsharma2 committed Oct 23, 2024
1 parent b481dda commit b52ae8b
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 @@ -671,7 +671,7 @@
"tag": {
"description": "The StatsD image tag.",
"type": "string",
"default": "v0.27.1"
"default": "v0.27.2-pr579"
},
"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.1
tag: v0.27.2-pr579
pullPolicy: IfNotPresent
redis:
repository: redis
Expand Down

0 comments on commit b52ae8b

Please sign in to comment.