From 69f137ded23fb9b2ac0e490c854019b56fcf0524 Mon Sep 17 00:00:00 2001 From: Patrick Oyarzun Date: Mon, 6 Jun 2022 09:12:33 -0500 Subject: [PATCH 1/2] Add test-enterprise-values.yaml --- .../ci/test-enterprise-values.yaml | 22 +++++++++++++++++++ ...{test-values.yaml => test-oss-values.yaml} | 0 2 files changed, 22 insertions(+) create mode 100644 operations/helm/charts/mimir-distributed/ci/test-enterprise-values.yaml rename operations/helm/charts/mimir-distributed/ci/{test-values.yaml => test-oss-values.yaml} (100%) diff --git a/operations/helm/charts/mimir-distributed/ci/test-enterprise-values.yaml b/operations/helm/charts/mimir-distributed/ci/test-enterprise-values.yaml new file mode 100644 index 00000000000..61bf81e07f7 --- /dev/null +++ b/operations/helm/charts/mimir-distributed/ci/test-enterprise-values.yaml @@ -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 diff --git a/operations/helm/charts/mimir-distributed/ci/test-values.yaml b/operations/helm/charts/mimir-distributed/ci/test-oss-values.yaml similarity index 100% rename from operations/helm/charts/mimir-distributed/ci/test-values.yaml rename to operations/helm/charts/mimir-distributed/ci/test-oss-values.yaml From f478ee75cd93a0e88a20bb4eb61858e8c8a1b6cf Mon Sep 17 00:00:00 2001 From: Patrick Oyarzun Date: Mon, 6 Jun 2022 09:13:45 -0500 Subject: [PATCH 2/2] Update CHANGELOG --- operations/helm/charts/mimir-distributed/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/operations/helm/charts/mimir-distributed/CHANGELOG.md b/operations/helm/charts/mimir-distributed/CHANGELOG.md index 59e599f60e3..19737f2262e 100644 --- a/operations/helm/charts/mimir-distributed/CHANGELOG.md +++ b/operations/helm/charts/mimir-distributed/CHANGELOG.md @@ -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