From 36ed2c4f58f3c651457381706ee2a1be6506ff63 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Sat, 26 Oct 2024 12:56:54 +0200 Subject: [PATCH] Upgrade statsd image in k8s to latest version (#43393) --- chart/values.schema.json | 2 +- chart/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/values.schema.json b/chart/values.schema.json index 0f93773dfded9..9d0887bbfcae5 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.2" + "default": "v0.28.0" }, "pullPolicy": { "description": "The StatsD image pull policy.", diff --git a/chart/values.yaml b/chart/values.yaml index 9d4bcf2ca0709..18a1e91a7b6c8 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.2 + tag: v0.28.0 pullPolicy: IfNotPresent redis: repository: redis