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

rom 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 b5576c081f Update StatsD Image Tag from failed dependencies check 
(#42264)
b5576c081f is described below

commit b5576c081f00e376faea1b27459430166ac6975b
Author: Jens Scheffler <[email protected]>
AuthorDate: Tue Sep 17 10:20:35 2024 +0200

    Update StatsD Image Tag from failed dependencies check (#42264)
---
 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 54acecad6c..5d72289f91 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 b504d73b70..d4289a6a38 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

Reply via email to