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

jedcunningham 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 cbecabd989 Update supplementary chart images (#37187)
cbecabd989 is described below

commit cbecabd9891112b15bd391b08202946f79490634
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue Feb 6 00:40:56 2024 +0100

    Update supplementary chart images (#37187)
    
    We should update supplementary images that we are using in our chart
---
 chart/values.schema.json                         | 4 ++--
 chart/values.yaml                                | 4 ++--
 contributing-docs/testing/integration_tests.rst  | 2 +-
 scripts/ci/docker-compose/integration-statsd.yml | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/chart/values.schema.json b/chart/values.schema.json
index 3f9e3fc868..7df2adf3fd 100644
--- a/chart/values.schema.json
+++ b/chart/values.schema.json
@@ -668,7 +668,7 @@
                         "tag": {
                             "description": "The StatsD image tag.",
                             "type": "string",
-                            "default": "v0.22.8"
+                            "default": "v0.26.0"
                         },
                         "pullPolicy": {
                             "description": "The StatsD image pull policy.",
@@ -695,7 +695,7 @@
                         "tag": {
                             "description": "The redis image tag.",
                             "type": "string",
-                            "default": "7-bullseye"
+                            "default": "7-bookworm"
                         },
                         "pullPolicy": {
                             "description": "The redis image pull policy.",
diff --git a/chart/values.yaml b/chart/values.yaml
index 9a7b7352c1..9e8b333acb 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -105,11 +105,11 @@ images:
     pullPolicy: IfNotPresent
   statsd:
     repository: quay.io/prometheus/statsd-exporter
-    tag: v0.22.8
+    tag: v0.26.0
     pullPolicy: IfNotPresent
   redis:
     repository: redis
-    tag: 7-bullseye
+    tag: 7-bookworm
     pullPolicy: IfNotPresent
   pgbouncer:
     repository: apache/airflow
diff --git a/contributing-docs/testing/integration_tests.rst 
b/contributing-docs/testing/integration_tests.rst
index df1a69b881..2d698f6cb8 100644
--- a/contributing-docs/testing/integration_tests.rst
+++ b/contributing-docs/testing/integration_tests.rst
@@ -64,7 +64,7 @@ The following integrations are available:
 +--------------+----------------------------------------------------+
 | pinot        | Integration required for Apache Pinot hooks.       |
 +--------------+----------------------------------------------------+
-| statsd       | Integration required for Satsd hooks.              |
+| statsd       | Integration required for Statsd hooks.             |
 +--------------+----------------------------------------------------+
 | trino        | Integration required for Trino hooks.              |
 +--------------+----------------------------------------------------+
diff --git a/scripts/ci/docker-compose/integration-statsd.yml 
b/scripts/ci/docker-compose/integration-statsd.yml
index cfe3b75f7e..d53fdf4876 100644
--- a/scripts/ci/docker-compose/integration-statsd.yml
+++ b/scripts/ci/docker-compose/integration-statsd.yml
@@ -18,9 +18,9 @@
 version: "3.8"
 services:
   statsd-exporter:
-    image: apache/airflow:airflow-statsd-exporter-2020.09.05-v0.17.0
+    image: quay.io/prometheus/statsd-exporter:v0.26.0
     labels:
-      breeze.description: "Integration required for Satsd hooks."
+      breeze.description: "Integration required for Statsd hooks."
     container_name: "breeze-statsd-exporter"
     ports:
       - "9125:9125"

Reply via email to