From c43c7837261f7c74704aabbe830e1e650d7daeed Mon Sep 17 00:00:00 2001 From: Vladimir Varankin Date: Tue, 26 Nov 2024 21:34:22 +0100 Subject: [PATCH] fixup! update CHANGELOG --- operations/helm/charts/mimir-distributed/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operations/helm/charts/mimir-distributed/CHANGELOG.md b/operations/helm/charts/mimir-distributed/CHANGELOG.md index 56b9cde786..4bb5543939 100644 --- a/operations/helm/charts/mimir-distributed/CHANGELOG.md +++ b/operations/helm/charts/mimir-distributed/CHANGELOG.md @@ -34,7 +34,7 @@ Entries should include a reference to the Pull Request that introduced the chang * [ENHANCEMENT] Add support for setting type and internal traffic policy for Kubernetes service. Set `internalTrafficPolicy=Cluster` by default in all services with type `ClusterIP`. #9619 * [ENHANCEMENT] Add the possibility to create a dedicated serviceAccount for the `alertmanager` component by setting `alertmanager.serviceAcount.create` to true in the values. #9781 * [ENHANCEMENT] helm: add `enabled` field for admin-api, compactor, distributor, gateway, ingester, querier, query-frontend and store-gateway components. This helps when deploying the GEM federation-frontend on its own. #9734 -* [BUGFIX] Do not quote container command args passed via *.extraArgs values. #qqq +* [BUGFIX] Do not quote container command args passed via *.extraArgs values. #10029 * [BUGFIX] Update `serviceAccountName` in the `alertmanager-statefulset` template. #10016 * [BUGFIX] Fix PVC template in AlertManager to not show diff in ArgoCD. #9774 * [BUGFIX] Fix how `fullnameOverride` is reflected in generated manifests. #9564