Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions operations/helm/charts/mimir-distributed/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Entries should include a reference to the Pull Request that introduced the chang

* [ENHANCEMENT] Add `extraEnvFrom` capability to all Mimir services to enable injecting secrets via environment variables. #2017
* [ENHANCEMENT] Enable `-config.expand-env=true` option in all Mimir services to be able to take secrets/settings from the environment and inject them into the Mimir configuration file. #2017
* [ENHANCEMENT] Add a simple test for enterprise installation #2027

## 2.1.0-beta.7

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Test values to limit the load during CI
enterprise:
enabled: true

alertmanager:
persistentVolume:
enabled: false

compactor:
persistentVolume:
enabled: false

ingester:
persistentVolume:
enabled: false
resources:
requests:
cpu: 10m

store_gateway:
persistentVolume:
enabled: false