Skip to content

Commit

Permalink
jsonnet: Update to 0.22.0 tag of rollout-operator
Browse files Browse the repository at this point in the history
Specifically, pull in grafana/rollout-operator#186

Signed-off-by: Nick Pillitteri <nick.pillitteri@grafana.com>
  • Loading branch information
56quarters committed Dec 12, 2024
1 parent 4cf1e27 commit 00a6b36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

### Jsonnet

* [CHANGE] Update rollout-operator version to 0.22.0. #TBD

### Mimirtool

* [BUGFIX] Fix issue where `MIMIR_HTTP_PREFIX` environment variable was ignored and the value from `MIMIR_MIMIR_HTTP_PREFIX` was used instead. #10207
Expand Down
2 changes: 1 addition & 1 deletion operations/mimir/images.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
mimir_backend: self.mimir,

// See: https://github.com/grafana/rollout-operator
rollout_operator: 'grafana/rollout-operator:v0.20.0',
rollout_operator: 'grafana/rollout-operator:v0.22.0',
},
}

0 comments on commit 00a6b36

Please sign in to comment.