From a9c0617e960279c3dd1e2d8013a57bbbf7df9b7e Mon Sep 17 00:00:00 2001 From: Wylie Hobbs Date: Mon, 11 Nov 2024 10:14:08 -0700 Subject: [PATCH] add space to values for linter --- operations/helm/charts/mimir-distributed/CHANGELOG.md | 1 + operations/helm/charts/mimir-distributed/values.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/operations/helm/charts/mimir-distributed/CHANGELOG.md b/operations/helm/charts/mimir-distributed/CHANGELOG.md index acf96b39916..0885d7c128d 100644 --- a/operations/helm/charts/mimir-distributed/CHANGELOG.md +++ b/operations/helm/charts/mimir-distributed/CHANGELOG.md @@ -33,6 +33,7 @@ Entries should include a reference to the Pull Request that introduced the chang * [ENHANCEMENT] Add the possibility to create a dedicated serviceAccount for the `alertmanager` component by setting `alertmanager.serviceAcount.create` to true in the values. #9781 * [BUGFIX] Fix PVC template in AlertManager to not show diff in ArgoCD. #9774 * [BUGFIX] Fix how `fullnameOverride` is reflected in generated manifests. #9564 +* [ENHANCEMENT] Add support for `fallback` in kedaAutoscaling settings. #9846 ## 5.5.1 diff --git a/operations/helm/charts/mimir-distributed/values.yaml b/operations/helm/charts/mimir-distributed/values.yaml index bcf0d1d810e..57e86eaa894 100644 --- a/operations/helm/charts/mimir-distributed/values.yaml +++ b/operations/helm/charts/mimir-distributed/values.yaml @@ -1247,7 +1247,7 @@ ruler: maxReplicaCount: 10 targetCPUUtilizationPercentage: 100 targetMemoryUtilizationPercentage: 100 - #fallback: + # fallback: # -- Section to specify fallback options should the query for scaling metrics fail. # More information here: https://keda.sh/docs/2.15/reference/scaledobject-spec/#fallback # failureThreshold: 3 @@ -1373,7 +1373,7 @@ ruler_querier: minReplicaCount: 1 maxReplicaCount: 10 querySchedulerInflightRequestsThreshold: 12 - #fallback: + # fallback: # -- Section to specify fallback options should the query for scaling metrics fail. # More information here: https://keda.sh/docs/2.15/reference/scaledobject-spec/#fallback # failureThreshold: 3 @@ -1498,7 +1498,7 @@ ruler_query_frontend: maxReplicaCount: 10 targetCPUUtilizationPercentage: 75 targetMemoryUtilizationPercentage: 100 - #fallback: + # fallback: # -- Section to specify fallback options should the query for scaling metrics fail. # More information here: https://keda.sh/docs/2.15/reference/scaledobject-spec/#fallback # failureThreshold: 3 @@ -1708,7 +1708,7 @@ querier: # For example: if lookback is 30m and period is 6d23h30m, # the querier will scale based on the maximum inflight queries between 6d23h30m and 7d ago. predictiveScalingLookback: 30m - #fallback: + # fallback: # -- Section to specify fallback options should the query for scaling metrics fail. # More information here: https://keda.sh/docs/2.15/reference/scaledobject-spec/#fallback # failureThreshold: 3 @@ -1832,7 +1832,7 @@ query_frontend: maxReplicaCount: 10 targetCPUUtilizationPercentage: 75 targetMemoryUtilizationPercentage: 100 - #fallback: + # fallback: # -- Section to specify fallback options should the query for scaling metrics fail. # More information here: https://keda.sh/docs/2.15/reference/scaledobject-spec/#fallback # failureThreshold: 3