Skip to content

Commit

Permalink
Merge pull request #920 from grafana/ingester_pod_management_policy_p…
Browse files Browse the repository at this point in the history
…arallel

[enterprise-metrics] update ingester podManagementPolicy to Parallel
  • Loading branch information
replay committed Dec 30, 2021
2 parents 508c507 + 5eff64a commit 168fdb3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions charts/enterprise-metrics/CHANGELOG.md
Expand Up @@ -10,6 +10,10 @@ Entries should be ordered as follows:

Entries should include a reference to the Pull Request that introduced the change.

## 1.7.2

* [CHANGE] The Ingester statefulset now uses podManagementPolicy Parallel, upgrading requires recreating the statefulset #920

## 1.7.1

* [BUGFIX] Remove chunks related default limits. #867
Expand Down
4 changes: 2 additions & 2 deletions charts/enterprise-metrics/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v2
version: 1.7.1
version: 1.7.2
appVersion: v1.6.1
description: 'Grafana Enterprise Metrics'
description: "Grafana Enterprise Metrics"
engine: gotpl
home: https://grafana.com/products/enterprise/metrics
icon: https://grafana.com/static/img/menu/metrics-enterprise.svg
Expand Down
Expand Up @@ -11,6 +11,7 @@ metadata:
annotations:
{{- toYaml .Values.ingester.annotations | nindent 4 }}
spec:
podManagementPolicy: Parallel
replicas: {{ .Values.ingester.replicas }}
selector:
matchLabels:
Expand Down

0 comments on commit 168fdb3

Please sign in to comment.