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 061b0a580d Updating prometheus statsd exporter version from 
v0.27.2-pr579 to v0.27.2 and pre-commit-hooks to v5.0.0 (#42809)
061b0a580d is described below

commit 061b0a580dad1e4972a57f118015d33d2285e816
Author: GPK <[email protected]>
AuthorDate: Tue Oct 8 14:42:12 2024 +0100

    Updating prometheus statsd exporter version from v0.27.2-pr579 to v0.27.2 
and pre-commit-hooks to v5.0.0 (#42809)
---
 .pre-commit-config.yaml  | 2 +-
 chart/values.schema.json | 2 +-
 chart/values.yaml        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index e33038432b..a568c79c26 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -240,7 +240,7 @@ repos:
         alias: blacken-docs
         additional_dependencies: [black==23.10.0]
   - repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v4.6.0
+    rev: v5.0.0
     hooks:
       - id: check-merge-conflict
         name: Check that merge conflicts are not being committed
diff --git a/chart/values.schema.json b/chart/values.schema.json
index d8b5de41c8..6cf6fea9f6 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-pr579"
+                            "default": "v0.27.2"
                         },
                         "pullPolicy": {
                             "description": "The StatsD image pull policy.",
diff --git a/chart/values.yaml b/chart/values.yaml
index 0edb9f2bd7..f18d971fe6 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-pr579
+    tag: v0.27.2
     pullPolicy: IfNotPresent
   redis:
     repository: redis

Reply via email to