Skip to content

Commit

Permalink
Operator: update default reloader version (grafana#5099)
Browse files Browse the repository at this point in the history
* update default config reloader version

* changelog
  • Loading branch information
captncraig committed Sep 5, 2023
1 parent 276355e commit 721b510
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Main (unreleased)
- Read contextual attributes from Faro measurements (@codecapitano)
- Rename Grafana Agent service in windows app and features to not include the description
- Correct YAML level for `multitenancy_enabled` option in Mimir's config in examples. (@hainenber)
- Operator: Update default config reloader version. (@captncraig)

### Bugfixes

Expand Down
2 changes: 1 addition & 1 deletion pkg/operator/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var (

// Defaults for Prometheus Config Reloader.
var (
DefaultConfigReloaderVersion = "v0.62.0"
DefaultConfigReloaderVersion = "v0.67.1"
DefaultConfigReloaderBaseImage = "quay.io/prometheus-operator/prometheus-config-reloader"
DefaultConfigReloaderImage = DefaultConfigReloaderBaseImage + ":" + DefaultConfigReloaderVersion
)

0 comments on commit 721b510

Please sign in to comment.