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

jscheffl pushed a commit to branch chart/v1-2x-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/chart/v1-2x-test by this push:
     new 75d0dc52ee0 [chart/v1-2x-test] [main] Upgrade important CI environment 
(#67686) (#67697)
75d0dc52ee0 is described below

commit 75d0dc52ee012958d1e11fa44b6cd70dddd54a6b
Author: Jens Scheffler <[email protected]>
AuthorDate: Fri May 29 17:46:41 2026 +0200

    [chart/v1-2x-test] [main] Upgrade important CI environment (#67686) (#67697)
    
    * [chart/v1-2x-test] [main] Upgrade important CI environment (#67686)
    
    * [main] CI: Upgrade important CI environment
    
    * Apply suggestion from @jscheffl
    
    * Apply suggestion from @jscheffl
    
    ---------
    (cherry picked from commit d68d9e2c311e55ac23bc8d3c9d0a62c7b307c50a)
    
    Co-authored-by: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Jens Scheffler <[email protected]>
    
    * Fix static checks
    
    * Revert other changes leading to CI errors
    
    ---------
    
    Co-authored-by: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
---
 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 3166469346c..9fb5c2353e9 100644
--- a/chart/values.schema.json
+++ b/chart/values.schema.json
@@ -969,7 +969,7 @@
                         "tag": {
                             "description": "The StatsD image tag.",
                             "type": "string",
-                            "default": "v0.29.0"
+                            "default": "v0.30.0"
                         },
                         "pullPolicy": {
                             "description": "The StatsD image pull policy.",
diff --git a/chart/values.yaml b/chart/values.yaml
index 411a5611726..89091bfcf51 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -102,7 +102,7 @@ images:
     pullPolicy: IfNotPresent
   statsd:
     repository: quay.io/prometheus/statsd-exporter
-    tag: v0.29.0
+    tag: v0.30.0
     pullPolicy: IfNotPresent
   redis:
     repository: redis

Reply via email to