This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 6ace3074448 Upgrade statsd image in k8s to latest version (#43393)
6ace3074448 is described below

commit 6ace30744489e72d316fddc995abef597ea7efd0
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Oct 26 12:56:54 2024 +0200

    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 0f93773dfde..9d0887bbfca 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 9d4bcf2ca07..18a1e91a7b6 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

Reply via email to