diff --git a/chart/values.schema.json b/chart/values.schema.json index 54acecad6c4a6..5d72289f91f55 100644 --- a/chart/values.schema.json +++ b/chart/values.schema.json @@ -841,7 +841,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.", diff --git a/chart/values.yaml b/chart/values.yaml index b504d73b70b34..d4289a6a381a7 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -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