Skip to content

Commit

Permalink
Updating prometheus statsd exporter version from v0.27.2-pr579 to v0.…
Browse files Browse the repository at this point in the history
…27.2 and pre-commit-hooks to v5.0.0 (#42809)
  • Loading branch information
gopidesupavan authored Oct 8, 2024
1 parent 2933a65 commit 061b0a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
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

0 comments on commit 061b0a5

Please sign in to comment.