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 9b2d8e0fcd Upgrade to latest chart dependencies detected by canary run
(#38416)
9b2d8e0fcd is described below
commit 9b2d8e0fcdfc4bb3efc09ad751ed5d2d7a84bea1
Author: Jarek Potiuk <[email protected]>
AuthorDate: Fri Mar 22 20:56:14 2024 +0100
Upgrade to latest chart dependencies detected by canary run (#38416)
---
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 4c00d72e9e..1d132d7f10 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.26.0"
+ "default": "v0.26.1"
},
"pullPolicy": {
"description": "The StatsD image pull policy.",
diff --git a/chart/values.yaml b/chart/values.yaml
index 29519d3e47..caa72fcc57 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.26.0
+ tag: v0.26.1
pullPolicy: IfNotPresent
redis:
repository: redis