Skip to content

Commit

Permalink
Fix v2-10 build dependencies (#43052)
Browse files Browse the repository at this point in the history
  • Loading branch information
jscheffl authored Oct 15, 2024
1 parent 954abd1 commit 2425ee0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,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.",
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ requires = [
"pathspec==0.12.1",
"pluggy==1.5.0",
"smmap==5.0.1",
"tomli==2.0.1; python_version < '3.11'",
"trove-classifiers==2024.9.12",
"tomli==2.0.2; python_version < '3.11'",
"trove-classifiers==2024.10.13",
]
build-backend = "hatchling.build"

Expand Down

0 comments on commit 2425ee0

Please sign in to comment.